-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (34 loc) · 1.01 KB
/
Copy pathindex.html
File metadata and controls
40 lines (34 loc) · 1.01 KB
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>0xnotkyo's wallpapers</title>
<!-- ======== Font Awesome ======== -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<!-- ======== ESTILOS ======== -->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- ======== HEADER ======== -->
<header>
<h1>⛩️ Wallpapers</h1>
</header>
<!-- ======== MAIN ======== -->
<main>
<div class="gallery"></div>
<div class="pagination"></div>
</main>
<!-- ======== FOOTER ======== -->
<footer>
<div class="social-links">
<a href="https://github.com/0xnotkyo" target="_blank" rel="noopener noreferrer" title="GitHub">
<i class="fab fa-github"></i>
</a>
</div>
<p>© Built with love <3 - By 0xnotkyo</p>
</footer>
<!-- ======== SCRIPT GALERÍA ======== -->
<script src="images.js"></script>
</body>
</html>