-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (43 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<script
src="https://kit.fontawesome.com/c0fc86d454.js"
crossorigin="anonymous"
></script>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Frost Software</title>
<link rel="shortcut icon" type="image/jpg" href="/imgs/favicon.ico" />
<link rel="stylesheet" href="/css/var.css" />
</head>
<body>
<div class="box">
<img src="/imgs/FrostLogo1-nobg.webp" alt="" class="box-img" />
<h1>NotsoFrostyy</h1>
<h5>Software Developer • Web Developer</h5>
<p></p>
<ul>
<li>
<a target="_blank" href="https://github.com/NotsoFrostyy"
><i class="fa-brands fa-github"></i
></a>
</li>
<li>
<a target="_blank" href="https://discord.gg/hEueWAbQk4"
><i class="fa-brands fa-discord"></i
></a>
</li>
<li>
<a target="_blank" href="mailto:notsofrostyy@gmail.com"
><i class="fa-solid fa-envelope"></i
></a>
</li>
</ul>
</div>
<footer>
<p>Frost Software ©</p>
</footer>
</body>
</html>