-
Notifications
You must be signed in to change notification settings - Fork 2
/
downloads.html
25 lines (25 loc) · 1009 Bytes
/
downloads.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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Arctum</title>
<meta name="description" content="Arctum client Website">
<meta name="author" content="Anemoi#7990">
<meta name="rating" content="general">
<link rel="stylesheet" href="dstyles.css">
</head>
<body>
<header>
<img class="logo" src="images/logo.png" alt="logo">
<nav>
<ul class="nav_links">
<li><a href="index.html">Home</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</nav>
<a class="cta" href="#"><button class="ctab">Contact</button></a>
</header>
<a class="dbutton" href="https://github.com/ForBai/arctum"><button class="dbutton">Test</button></a>
</body>
</html>