-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmynewwebsite.html
More file actions
21 lines (20 loc) · 1.18 KB
/
mynewwebsite.html
File metadata and controls
21 lines (20 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang=en>
<head>
<title>My Website!</title>
<link rel="stylesheet"href="style.css">
</head>
<body>
<section class="Page-2011">
<h1 class="rainbow-text">Welcome to Travis's World</h1>
<!--Wait, why am I doing this-->
<h2 class="rainbow-text">The place where you can learn more about ME!</h2>
<h4 class="rainbow-text">Back in 2000, when I was born, I would gossip</h4>
<h6 class="rainbow-text">Psst, did you know that this tag is gossip?</h6>
<p class="rainbow-text">And some were hot, like somebody's crush. "People would get angry."</p>
<img class="rainbow-border" src="https://img.freepik.com/free-photo/close-up-young-happy-african-man-smiling-laughing_176420-12581.jpg" alt="Happy smiling man">
<p class="rainbow-text">I can predict the future, by the way. I guess this is how Youtube most popular video will be 13 years into the future.</p>
<iframe height="400" width="400" src="hhttps://www.youtube.com/watch?v=WePNs-G7puA"></iframe>
<button id="nana">Press this button for <blink>Free Domain!</blink>!Free domain really because you are going to be able to get it for free if you see this!</button>
</body>
</html>