-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_legacy.html
71 lines (62 loc) · 1.97 KB
/
index_legacy.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<!--Website has now been updated to html 5 standards. No this is not a virus, it simpily mean that the page is now easier to maintain and should render properly everywhere - Sharfa-->
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<title>CyberLives</title>
<link rel="stylesheet" href="css/style.css" />
<script type="text/javascript" src="java/clock.js"></script>
</head>
<body onload="display_ct();">
<div>
<header>
<img src="portal_files/cybwhitetran.png">
</header>
<img src="portal_files/tran.png" class="backico">
<h2>Ekida Technologies</h2>
</div>
<div>
<span class="tate">Caelum OS</span>
</div>
<div>
<span class="tate">V2.0 Blue Edition</span>
</div>
<div>
<span id="ct" class="tate">Fri Sep 11 2015 10:00:44 GMT+1000 (E. Australia Standard Time)</span>
</div>
<div class="h0space">
<a href="index_legacy.html">
<img src="portal_files/back.png" class="backico">
</a>
<div class="h0">/d1a/user/sysad/home</div>
</div>
<div id="pagelinks">
<div>
<img src="icons/log.png" class="backico">
<div class="tate">
<a href="story.html">Log Files</a>
</div>
</div>
<div>
<img src="icons/pers.png" class="backico">
<div class="tate">
<a href="diary.html">Personal Entries</a>
</div>
</div>
<div>
<img src="icons/net.png" class="backico">
<div class="tate">
<a href="portal.html">Network Portals</a>
</div>
</div>
<div>
<img src="icons/down.png" class="backico">
<div class="tate">
<a href="extras.html">Downloads</a>
</div>
</div>
</div>
</div>
</body>
</html>