-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (69 loc) · 2.77 KB
/
index.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0>
<title>gwai2 manifest</title>
<!-- CSS stylesheet(s) -->
<!-- <link rel="stylesheet" href="//code.jquery.com/ui/1.13.1/themes/base/jquery-ui.css"> -->
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="js/libraries/jquery-ui.js"></script>
<!-- Library script(s) go here -->
</head>
<body>
<h2 id = "loadingText"> Looked out? What were you looking for?<br> Loading... please wait <br> gwai2 © </h2>
<!-- <b><i><h1 id="introText" style="text-align: center; color: whitesmoke; align-content: center;" >Demons belong on Earth<BR><br> and so do U</h1></b></i> -->
<h2 id="titleText" style="text-align: center; color:black;">Demons belong on Earth, <br> and so do U</h2>
<div id="titleText">
<!-- <marquee border="0" style="color: black; font-size:x-large;" bgcolor scrolldelay="60" width="100%" scrollamount="4">Demons belong on Earth, and so do U</marquee> -->
</div>
<div id="imgCollection">
<!-- <h2 id="underDarklight" style="color: black;">DARKLIGHT</h2> -->
<div class="row">
<div id="img1">
<p class="clockText">1pm</p>
</div>
<div id="img2">
<br><h3 id="img1" class="clockText">2pm</h3>
</div>
<div id="img3">
<br><h3 class="clockText">3pm</h3>
</div>
<div id="img4">
<br><h3 id="img1">4pm</h3>
</div>
<!-- </div>
<div class="row"> -->
<div id="img5">
<br><h3 class="clockText">5pm</h3>
</div>
<div id="img6">
<br><h3 class="clockText">6pm</h3>
</div>
<div id="img7">
<br><h3 class="clockText">7pm</h3>
</div>
<div id="img8">
<br><h3 class="clockText">8pm</h3>
</div>
<!-- </div>
<div class="row"> -->
<div id="img9">
<br><h3 id="img1" class="clockText">9pm</h3> </div>
<div id="img10">
<br><h3 class="clockText">10pm</h3> </div>
<div id="img11">
<br><h3 class="clockText">11pm</h3> </div>
<div id="img12">
<br><h3 class="clockText">0am</h3> </div>
<!-- <br><H2 id="underDaylight" >DAYLIGHT</H2> -->
</div>
<h2 id="endText" style="text-align: center;"><br>WE DON'T LIVE IN YOUR SHADOW,<br> WE JUST DON'T OPERATE UNDER THE SAME SUN</h2>
</div>
<!-- ??Q why isnt it at the bottom -->
<footer id="footer"><i>gwai2 ©<br>take care</i></footer>
<!-- My script(s) -->
<script src="js/script.js"></script>
</body>
</html>