-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodules.html
executable file
·26 lines (24 loc) · 988 Bytes
/
modules.html
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
<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'><pre><font color=red>Monitor Tool</font> by <font color=yellow><a href='http://esteban.homelinux.org'>Stefano Viola (EstebanSannin)</a></font> <span id="ora" align="right"></span></pre></div>
<div id='header'><pre><h2>Monitor Tool</h2><pre>
<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="donate.html">donate</a></td></tr></table>
</div>
<div id='content'>
<br>
<h3>List of module</h3>
<a href="modules/serialAdmin/">---> Serial Administration</a>
</div>
</body>
</html>