-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (46 loc) · 1.58 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie-edge">
<title>zexxerd</title>
<meta name="description" content="zexxerd's website">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="shortcut icon" href="/favicon/favicon64x64.ico">
<style>
ul li {display: inline;}
li {border-right: 2px solid}
</style>
</head>
<body>
<h1>Hello</h1>
<p class="important">This website is incomplete.</p>
<p>It might take a while for it to reach a satisfactory state.</p>
<br/>
<br/>
<br/>
<ul style="border: 5px solid black;width:fit-content;margin:0px;padding:0">
<li>
<a href="projects/platform.html">platform</a>
</li>
<li>
<a href="projects/appvar.html">How to create an AppVar file</a>
</li>
<li>
<a href="projects/ti84pce.html">ti84pce.inc</a>
</li>
<li style="border-right:0px solid">
<a href="projects/iscemetechdown.html">Is Cemetech down?</a>
</li>
</ul>
</body>
<!--
********* *** ***** ******** ******** ******* ******* **** ****
*** * *** * * ******** *** *** *** ** * ***** *****
*** * *** ******* ** ******** ** ** ****** *** ** ** ***
********* *** * * ** *** ** ** ** * *** ** ** ***
*** *** ** ** ** *** *** *** ** ** *** **** ***
*** ******** *** *** ** *** ******* ** *** *** ** ***
-->
</html>