-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (73 loc) · 3.64 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
<!--Wow there scout looks like your in the source code no worrys have a look around!
I made this website with BlueGriffon I recomend it as its "pretty" easy to use and you can view the source whilst editing the page!-->
<!DOCTYPE html><html>
<head>
<title>index.html</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body style=" max-width: 8.5in; margin: 0.7874in; background-color: teal; width: 1000px; height: 610px;"
dir="ltr">
<h1 style="width: 1000px;"><b>Hello, Hi, Welcome to my website a Jamm filled
production</b></h1>
<!-- The Clock that will probably break the entire website :( -->
<div id="clock"></div>
<script>
function updateClock() {
const now = new Date();
const hours = String(now.getHours()).padStart(2, '0');
const minutes = String(now.getMinutes()).padStart(2, '0');
const seconds = String(now.getSeconds()).padStart(2, '0');
const timeString = `${hours}:${minutes}:${seconds}`;
document.getElementById('clock').textContent = timeString;
}
// Update the clock every second
setInterval(updateClock, 1000);
// Initial call to display the clock immediately
updateClock();
</script> <!-- End Clock -->
<h2 style="width: 1000px; margin-top: -19.0833px;"><br>
</h2>
<h2 style="width: 1000px; margin-top: -19.0833px;">Windows 95 but ON LINUX!
click the computer to see how I did this.<b> </b></h2>
<h1 style="width: 1000px;"><b></b></h1>
<h2 style="width: 1000px; margin-top: -19.0833px;"><b><a href="https://infinityjammyyy.github.io/Win95OnLinux.html"><img
src="Desktop-Icon.png" alt=""></a> <-- Click me<br>
</b></h2>
<h1 style="width: 1000px; text-align: right;"></h1>
<h1 style="width: 1000px; text-align: right;"><b></b></h1>
<h1 style="width: 1000px; text-align: right;"><b></b></h1>
<h1 style="width: 1000px; text-align: right; margin-left: 40px;"><b></b></h1>
<h1 style="width: 1000px; text-align: right;"><b></b></h1>
<h1 style="width: 1000px; text-align: right;"><b></b></h1>
<h1 style="width: 1000px; text-align: center;"><b></b></h1>
<h1 style="width: 1000px;"><b></b></h1>
<h2 style="width: 984px;">Linux but on an external SSD? Using MKUsb I can
install Linux on an SSD so I can access it on any computer. Click the
drive icon to see how I did this!</h2>
<h2 style="margin-top: -20.0833px; height: 41px;"><b><a href="https://infinityjammyyy.github.io/LinuxOnUSB.html"><img
src="Disk-Drive-Icon.png" alt=""></a><-- Click me</b></h2>
<p></p>
<p><br>
</p>
<p>------------------------------------------------------------------------------------------------------<br>
</p>
<div style="display: flex;"> <img src="dialup2.png" style="width: 500px; height: 367px; margin-right: 2%; margin-left: 0px;"></div>
<div style="display: flex;"> </div>
<div style="display: flex;"> <img src="MSPaint.png" style="width: 500px; height: 369px;"></div>
<div style="display: flex;"> </div>
<div style="display: flex;"> <img src="News-Projects.png" style="width: 500px; height: 367px; margin-right: 2%;"></div>
<div style="display: flex;"><br>
</div>
<div style="display: flex;"><br>
</div>
<p>------------------------------------------------------------------------------------------------------</p>
<p>Thank you for viewing your at the bottom of the site! If you want the
code for this site it is on github
@github.com/InfinityJammyyy/InfinityJammyyy.github.io</p>
<p><br>
</p>
<h2><span style="font-family: Bitstream Charter;"></span></h2>
<p> </p>
<p></p>
</body>
</html>