-
Notifications
You must be signed in to change notification settings - Fork 0
/
AA.html
43 lines (28 loc) · 872 Bytes
/
AA.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
<!DOCTYPE html>
<html>
<head>
<title>Movie Swiper - Adventure Action Animation Movies</title>
<link rel="shortcut icon" type="x-icon" href="logo.png">
<h1>Adventure Action Animation Movies</h1>
<div class="movies"></div>
</head>
<header class="header">
<a href="#" class="logo">
<img src="logo.png" alt="">
<h1>Movie <span>Swiper</span></h1>
</a>
<nav class="navbar">
<div id="close" class="fas fa-times"></div>
<a href="landing.html" class="nav_item">home</a>
<a href="about.html" class="nav_item">about</a>
<a href="index.html" class="nav_item">login</a>
</nav>
<div id="menu" class="fas fa-bars"></div>
</header>
<body>
<div class="movies"></div>
<script src="AA.js"></script>
<script src="comedy.css"></script>
<link rel="stylesheet" type="text/css" href="comedy.css">
</body>
</html>