-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
34 lines (33 loc) · 1.05 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
</style>
<title>Wirefade | About</title>
<link rel="stylesheet" type="text/css" href="css/about.css">
</head>
<body>
<header>
<div class="main">
<div class="logo">
<h2>wirefade</h2>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">More</a></li>
<ul>
</div>
<div class="title">
<h1>download wirefade</h1>
</div>
<div class="body">
<h1>A pure HTML CSS <a class="links" href="https://en.wikipedia.org/wiki/Web_template_system">web template</a> that can be used for having a website up and running in minutes</h1>
</div>
<div class="button">
<a href="https://cdn.discordapp.com/attachments/997371686255087656/1057189536272240660/wirefade-compressed.zip" class="btn">Download</a>
</div>
<header>
</body>
</html>