-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.html
49 lines (43 loc) · 1.75 KB
/
site.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
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>
<head>
<link rel="stylesheet" href="sitestyle.css">
<title>THIS IS MY SITE</title>
<link rel="icon" href="https://yt3.googleusercontent.com/orGezOEB8pBZs2JXlwJNKnd62VWt7cmKq8vSbEuWMXZXmbhjQf43W8cgL0FkJUtgae7gMvXzSA=s176-c-k-c0x00ffffff-no-rj">
</head>
<style>
BTN {
font-family: 'Courier New', Courier, monospace;
background-color: antiquewhite;
}
</style>
<body>
<h1>!!!THIS IS MY TEST WEBSITE!!!<h1>
<h2>the folowing paragraph is a paragraph generated by chatGPT</h2>
<button id="BTN">hello</button>
<p>
The sky is a beautiful shade of blue on a clear day. It stretches out as far as the eye can see and seems to go on forever. The clouds that float by are like fluffy white pillows that change shape as they move across the sky. Sometimes they form into recognizable shapes like animals or faces, and other times they are just abstract blobs. The sun shines down from above, casting its warm glow on everything below. Its a sight to behold and one that never gets old.
</p>
<button id="BTN">/\/\???/\/\</button>
<h2>!!!SOME THINGS ABOUT ME!!!</h2>
<script>
document.getElementById("BTN").addEventListener("hover");
</script>
<ul>
<li>I exist</li>
<li>I am a cuber</li>
<li>I like to send it</li>
</ul>
<h1>!!!\/ MY YT LOGO \/ !!!</h1>
<img id="IMGE"src="https://yt3.googleusercontent.com/orGezOEB8pBZs2JXlwJNKnd62VWt7cmKq8vSbEuWMXZXmbhjQf43W8cgL0FkJUtgae7gMvXzSA=s176-c-k-c0x00ffffff-no-rj"
alt="MY YT LOGO!" width="200"
</body>