-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodules.html
More file actions
34 lines (31 loc) · 1.45 KB
/
modules.html
File metadata and controls
34 lines (31 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
<link rel='stylesheet' href='style.css' type='text/css'>
<head>
<title>Monitor Tools</title>
<script src="js/ajaxsbmt.js" type="text/javascript"></script>
<script language="javascript" src="dinamic.js" type=text/javascript></script>
</head>
<body>
<!-- onload="setInterval(mostraOra, 1000);"> -->
<div id='footer'><font color=red>DroniX Web Manager</font> by <font color=yellow><a href='http://esteban.homelinux.org'>Stefano Viola (EstebanSannin)</a></font></div>
<div id='header'><img src="image/dronixlogo2.png">
<table border="0"><tr>
<td class="headitem"><a href="index.html">home</a></td>
<td class="headitem"><a href="versionNote.html">versionNote</a></td>
<td class="headitem"><a href="modules.html">modules</a></td>
<td class="headitem"><a href="sdcard">SD-Card</a></td>
<td class="headitem"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ZCZJMRK7UGHH6&lc=GB&item_name=DroniX%20Development¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted">donate</a></td></tr></table>
</div>
<div id='content'>
<br><br>
<br><br>
---><a href="upload.html"> Upload to SDCARD</a><br>
---><a href="passwd-ssh.html"> Change SSH Passwd</a><br>
---><a href="cpu.html"> CPU Monitor</a><br>
---><a href="ssh.html"> SSH Enabler</a><br>
---><a href="led.html"> Led Manager</a><br>
---><a href="system.html"> System Monitoring</a><br>
---><a href="themeChanger.html"> Theme Changer</a> <blink><---NEW!</blink><br>
</div>
</body>
</html>