-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (35 loc) · 951 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
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="logos/crunchymc.png">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="fonts.css">
<script src="script.js"></script>
<script src="glfx.js"></script>
<title>Coldary.com UwU</title>
</head>
<body>
<div id="top">
<img id="logo"src="logos/crunchymc.png" alt="Logo">
</div>
<div id="text">
<div id="home">
<font face="Nexa">
<a>Home</a>
<a>|</a>
<a id="ButtonStyle" href="projects/projects.html">Projects</a>
<a>|</a>
<a id="ButtonStyle" href="contact/contact.html">Contact</a>
</font>
</div>
</div>
<div id="main">
<div id="maintext">
<font face="Nexa">
<p>Welcome To My Website!<br> You can check out my projects from above.<br> You can also <a id="ButtonStyle" href="contact/contact.html">contact me</a>.</p>
</font>
</div>
</div>
<div id="footer"></div>
</body>
</html>