-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
18 lines (18 loc) · 846 Bytes
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div style="margin:0 auto;"> <br />
<fieldset style="padding: 10px; border: 2px solid #000;">
<legend>fpp-node-red Plugin Info</legend>
<div style="overflow: hidden; padding: 10px;">
<div id='credits'>
<b>FPP Node-RED Plugin Developed By:</b><br />
<br />
Darylc (darylc)<br />
<br />
<a href='/plugin.php?_menu=status&plugin=fpp-node-red&nopage=1&page=help/status.php'>Plugin Help</a><br>
<a href='https://github.com/darylc/fpp-node-red'>Git Repository</a><br>
<a href='https://github.com/darylc/fpp-node-red/issues'>Bug Reporter</a><br>
<br />
<p>Note: This plugin is designed to be run in the FPP Player only</p>
</div>
</div>
</fieldset>
</div>