-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
30 lines (30 loc) · 841 Bytes
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="stylesheet" href="css/style.css">
<style>
h1{
font-size: 80px;
}
</style>
</head>
<body><div class="bg"></div>
<div class="bg bg2"></div>
<div class="bg bg3"></div>
<h1>click below to download</h1><br>
<nav>
<uol>
<li><button class="button"> <a href="ds.html">ds</a></button></li>
<div class="space"></div>
<li><button class="button"><a href="coa.html">COA</button></li>
<div class="space"></div>
<li><button class="button"><a href="dstl.html">DSTL</button></li>
</uol>
</nav>
</div>
</body>
</html>