-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.01 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.01 KB
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
<!DOCTYPE html>
<html>
<head>
<title>daemon - the website</title>
<link rel="icon" href="/assets/favicon.png" />
<link rel="stylesheet" href="/main.css" />
<link rel="stylesheet" href="page.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<img src="/assets/logo.svg" alt="dae-vinity.dev" class="logo" />
<img src="/assets/logo.svg" alt="dae-vinity.dev" class="logo effect" />
<p class="directory">
<a href="about" class="nah">ABOUT</a> /
<a href="links" class="nah">LINKS</a> /
<a href="projects" class="nah">PROJECTS</a> /
<a href="portfolio" class="nah">PORTFOLIO</a> /
<a href="mailto:daemon@dae-vinity.dev">CONTACT</a>
</p>
<img src="/assets/ash.svg" alt="ash" class="ash" />
</body>
</html>