-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
63 lines (59 loc) · 2.19 KB
/
gallery.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!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">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="sources/logot.png">
<title>Asv Productions</title>
</head>
<body>
<div class='main'>
<div class='land construction'>
<div class='navbar'>
<div class='navlogo'>
<a href="index.html"><img src="sources/logow.png" alt="logo"></a>
</div>
<div class='navlinks'>
<ul>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="contact.html">Contacts</a></li>
<li><a href="about.html">About</a></li>
</ul>
<div class='signup'>
<button type='button' id="login" class="btn int">Log In</button>
</div>
</div>
</div>
<div class='banner cbanner'>
<h1>This page is under <span>Construction</span>.</h1>
<a href="index.html"><button type="button" class="btn">Go back</button></a>
</div>
</div>
<div class='content'>
</div>
<div class='end'>
<div class='outro'>
<h3>Asv Media</h3><br>
<p>Thank you for taking the time to view this website. If you have any feedback or things that i should Improve, Please let me know through the following links:</p><br>
<ul>
<li><a href="mailto:adithyansv1304@gmail.com">email</a></li>
<li>Discord: Asv#7820</li>
</ul>
<img src="sources/logow.png" alt="logo"><br>
<button type='button' id="login" class="btn out">Log In</button>
</div>
<div class='links'>
<h3>Jump to</h3><br>
<ul>
<li><a href="#">Top of page</a></li>
</ul>
</div>
</div>
<hr>
</div>
</body>
</html>
</body>
</html>