-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOld .html
71 lines (62 loc) · 2.53 KB
/
Old .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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px black;
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: red;
border-radius: 10px;
}
</style>
</head>
<link rel="icon" type="image/x-icon" href="Suitcase.ico">
<Title> Verified Men of Culture </title>
<Body background="Pokemon & sunset collab XD.jpg" text=Orange Alink="Red" Vlink="Orange">
<Center><h1> My World </h1>
<hr Color=Red Size=5>
<hr color=Blue>
<b> Yo, Its Horrid!. <br>
<p>My favorite color is <del><font color="blue">blue </del><ins><font color="orange"> Orange</ins>!</p>
<b><font color=yellow face=Futura> pikachu. <br>
<font color=Orange face=Rockwell>Im rly Dank Eh <p>
<p>I played minecraft on <time datetime="2022-1-23 18:00">Sunday</time>.</p>
<label for="Pokemon">Choose a pokemon:</label>
<br><select id="Pokemons">
<option value="Charmander">Charmander</option>
<option value="squirtle">Squirtle</option>
<option value="bulbasaur">Bulbasaur</option>
</select> <br>
<img src= "aaa.jpg">
<br><img src="dank.gif"><br>
<Font color=green face="Futura" Size=14><P><i><b> Gallade says, TOUCH GRASS. <br>
<A href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">Click here for a free cookie L!</A>
<Font color="Magenta"><marquee>Wobble the Sobble (:</marquee>
<audio controls>
<source src="You just got coconut malled.mp4" type="audio/mpeg">
</audio>
<a href="https://www.youtube.com/watch?v=dJ9pdHnG4YI"><img src="smiley.gif" alt="HTML tutorial" style="width:42px;height:42px;"></a>
<Font color="Lime"><marquee>Hard to choose from pokemon or minecraft ):</marquee> <br>
<d1>
<d1>coffee </d1>
<Font color="Cyan"><marquee direction=right onmouseover= "stop()" onmouseout= "start()" Scrollamount="2"> Marqueee wont stop poggggg!!!! </marquee>
<h1><font color="White" Try Clicking the things in it they are so pog</h1>
<p>Click on the computer, the phone, or the cup of coffee to go to a new page and read more about the topic:</p>
<img src="workplace.jpg" alt="Workplace" usemap="#workmap" width="400" height="379">
<map name="workmap">
<area shape="rect" coords="34,44,270,350" alt="Computer" href="computer.htm">
<area shape="rect" coords="290,172,333,250" alt="Phone" href="phone.htm">
<area shape="circle" coords="337,300,44" alt="Cup of coffee" href="coffee.htm">
</map>
<br><a href="Discord Themes.html">Click here for cool stuff!</a>
</body>
</html>