-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (39 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.css">
<title>Rick and Morty API</title>
</head>
<body>
<!-- HEADER -->
<div class="alingContent">
<header class="head">
<img src="assets/best logo.png" class="logo--1" alt="logo">
<div class="alingLogo">
<img src="assets/kCyZc7mvqHdeUGpguSGxsWPxqpI.png" class="logotype-2" alt="logotype-rickyAndmMortY">
</div>
</header>
</div>
<!-- END HEADER -->
<!-- SIDEBAR -->
<div class="alingContent">
<div class="container">
<div class="sidebar">
<img src="assets/EPISODES-12-1-2024.png" class="tittle--episodes" alt="img-episodes-rickyAndmMortY">
<ul class="listEpisodes" id="listEpisodes"></ul>
<button type="button" class="button--load" id="button--load"><span>More episode</span></button>
</div>
<!-- END SIDEBAR -->
<!-- MAIN BODY -->
<main class="main-body">
<section class="content--area" id="content--area"></section>
</main>
</div>
</div>
<!-- END MAIN BODY -->
<script type="module" src="dist/main.js"></script>
</body>
</html>