-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
30 lines (27 loc) · 989 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="index.css" type="text/css">
<link rel="stylesheet" href="pattern.min.css" type="text/css">
</head>
<body>
<div class="topnav">
<a class="active" href="index.html">Home</a>
<a href="https://project-pypc.github.io/index.html">PyPc</a>
<a href="https://project-pypc.github.io/op.html">Other Projects</a>
<a href="https://ultrixos.github.io"><b style="color:dodgerblue;">Ultrix OS</b>
<a href="https://github.com/jacksoncraft859/">Github</a>
<a href="about.html">About</a>
<a href="https://andromedaproxy.vercel.app">Andromeda</a>
</div>
<body style="background-color:black;">
<div id="banner" >
<h1 style="color:ghostwhite; font-size:40px;">My Site</h1>
<br>
<h5 style="color:ghostwhite;">By Jackson (aka. Jacksoncraft859)</h5>
<br>
</div>
<p style="color:ghostwhite;">This site is hosted with GitHub Pages.</p>
</body>
</html>