-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathsecret.html
More file actions
45 lines (34 loc) · 1.12 KB
/
Copy pathsecret.html
File metadata and controls
45 lines (34 loc) · 1.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>shh</title>
</head>
<style>
body{
font-family: sans-serif;
background-color: #202020;
color:#fff;
display: flex;
justify-content: center;
}
.main{
width:min-content;
}
</style>
<body>
<div class="main">
<p>hiii</p>
<br> <!--btw you don't need to have <br> when you want to start a new line using <p> unless you want that extra height ?-->
<p>i have no ideas for this page</p>
<br>
<p>eat your greens</p>
<br>
<p>live long and prosper</p>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/1sgCqL5M3vU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<div><img src="resources/firefoxes.png" alt="idk what to do actually" width="200px"></div>
</div>
</body>
</html>