forked from REC-1104/Hackbyte-weebster1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (65 loc) · 3.14 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
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!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">
<title>Weebster</title>
<link rel="stylesheet" href="frontpg.css">
<link rel="stylesheet" href="mediaquery.css">
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
<script src="https://kit.fontawesome.com/bc3a1796c2.js" crossorigin="anonymous"></script>
<link rel="shortcut icon" href="https://image.flaticon.com/icons/png/512/870/870910.ico'/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css" />
</head>
<body>
<div class="navbar">
<li class="logo"><img src="http://1.bp.blogspot.com/-Vgshwdrlo4I/VPjKweHgEGI/AAAAAAAAAJ8/SvhARjdO0FU/w1200-h630-p-k-no-nu/Anime-logo-square.png" alt="image"></li>
</div>
<div class="main">
<div class="area">
<h1>Unlimited anime,<br>manga, and more.</h1>
<h3>Watch it your way.
</h3>
<h4>Ready to watch? Enter your email to create or access your account
</h4>
<div class="x">
<a href="loginpg.html"><li class="buttons">Sign In</li></a>
</div>
</div>
</div>
<div class="footer">
<div class="footercon">
<div class="flex1">
<h5>Questions? Call 123-456-789-0
</h5>
<h5>
</h5>
</div>
<ul class="list1">
<!-- <li><a href="">FAQ</a></li>
<li><a href="">Investor Relation</a></li> -->
<li><a href="">Ways to Watch</a></li>
<li><a href="">Contact Us</a></li>
<!-- <li><a href="">Corporate Information</a></li> -->
<!-- <li><a href="">Netflix Originals</a></li> -->
</ul>
<ul class="list1">
<li><a href="">Home</a></li>
<li><a href="">Privacy</a></li>
<!-- <li><a href="">Jobs</a></li> -->
<!-- <li><a href="">Terms of Use</a></li> -->
<!-- <li><a href="">#</a></li> -->
</ul>
<ul class="list1">
<li><a href="">Account</a></li>
<!-- <li><a href="">Redeem Gift Cards</a></li> -->
<li><a href="">Speed Test</a></li>
<!-- <li><a href="">#</a></li> -->
</div>
</div>
<div class="end">
<h2>
</h2> </div>
</body>
</html>