-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScriptsforScripts.html
More file actions
71 lines (71 loc) · 2.02 KB
/
Copy pathScriptsforScripts.html
File metadata and controls
71 lines (71 loc) · 2.02 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
60
61
62
63
64
65
66
67
68
69
70
71
<!doctype html>
<html lang="en-US">
<head>
<title>The Title</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <meta http-equiv="refresh" content="10"> -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Germania+One&display=swap" rel="stylesheet">
<link href="./Styles.css" rel="stylesheet" />
</head>
<body>
<div class="divContainer">
<div id="divider1">
<h1>The Best Title to have ever titled</h1>
<p><em> My </em> cat is <strong> very </strong> hungry</p><br>
<p class="Traffic-Cone">Your cat seems hungrier than mine...</p>
<img
src="https://mdn.github.io/shared-assets/images/examples/fx-nightly-512.png"
alt="Foxyyy Timeee"
width="500"
height="180"
title="Cool, an Image"
id="Img1"
/><br>
<label for="input1" style="color:bisque;">Input Here
<input class="InputWidth1" id="input1" type="text" /><br></label>
<form>
<button type="button" class="InputWidth2" onclick="ToggleImage();">Useless Button</button><br><br>
</form>
<a href=https://animekai.to/home/ title=""Anime"" style="color:limegreen">Anime Kai</a>
<br><br><label class="Traffic-Cone" style="color:antiquewhite;">A list of random words I literally just thought of</label>
<ul style="color:antiquewhite;">
<li>Yoo</li>
<li>Wasuppp</li>
<li>Mannn</li>
</ul>
</div>
<div id="divider2">
<ul style="color:antiquewhite;">
<li>WOOOORDSSSS</li>
<li>2
<li>3
<li>4
<li>5
<li>6
<li>7
<li>8
<li>9
<li>10
<ul>
</div>
</div>
<div id="divider3">
<ul style="color:antiquewhite;">
<li>WOOOORDSSSS
<li>2
<li>3
<li>4
<li>5
<li>6
<li>7
<li>8
<li>9
<li>10
<ul>
</div>
<script src="./Javascript1.js" type="text/javascript"></script>
</body>
</html>