-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 1.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link href="https://fonts.googleapis.com/css?family=Lexend+Mega|Livvic&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
<title>VoidCosmos</title>
</head>
<body>
<header>
<div class="header-brand">
<h1 class="voidcosmos-title glow">Void Cosmos</h1>
<p class="description">Two developer who do things.</p>
</div>
<nav class="horizontal-nav">
<abbr title="Web under construction">
<span class="btn" id="theTeamBtn">
The Team
</span>
</abbr>
</nav>
</header>
<div class="projects">
<span>
>
<a href="https://github.com/voidcosmos/npkill" target="_blank"
><img src="https://npkill.js.org/img/npkill-scope-mono.svg" width="15" /> NPKILL</a
>
</span>
</div>
</body>
<script src="stars.js"></script>
</html>