-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (56 loc) · 2.43 KB
/
index.html
File metadata and controls
59 lines (56 loc) · 2.43 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<style>
p {max-width: 550px;}
body {
background-image: url("./assets/images/lowpoly.png");
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-size: 100% 100%}
</style>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Site</title>
<link rel="stylesheet" href="./assets/css/buttons.css">
</head>
<body>
<header>
<h1>PAGE 1</h1>
<a href="page2.html" class="animated-button">Next page →</a>
<h1></h1>
</header>
<main>
<article>
<h1></h1>
<p></p>
<p></p>
<p></p>
</article>
<article>
<h1></h1>
<p></p>
<p></p>
<p></p>
</article>
</main>
<aside></aside>
<footer></footer>
<h1>Hello World!</h1>
<h2>Hello World!</h2>
<h3>Hello World!</h3>
<h4>Hello World!</h4>
<h5>Hello World!</h5>
<h6>Hello World!</h6>
<p><img width="500" height="400" src="./assets/images/Screenshot_1.png" alt=""></p> <!-- comment -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/1XB-fTP0iT0?si=MUh9MudDB37CMQ0n" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit.<a href="https://www.youtube.com/watch?v=1XB-fTP0iT0&t=846s&ab_channel=MKIceAndFire"> Link to youtube </a> Fugiat eaque <b>expedita illum</b> doloremque nulla corrupti blanditiis vero eos nostrum enim odit sint unde nam ipsam fuga voluptatum, est ducimus error ea amet quae doloribus, quis id. Iusto maxime a maiores, eius nam delectus nisi et obcaecati veritatis earum nostrum. Dolor accusantium natus, dolores rem rerum fuga consequatur fugit esse fugiat iusto delectus ipsam vitae quis. Nobis rem eum iure ipsa, eius modi distinctio ducimus, culpa possimus cum amet voluptatum corrupti?
</p>
<footer>
<b>Made by Oleh ʕ ᵔᴥᵔ ʔ</b>
</footer>
</body>
</html>