-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (92 loc) · 3.82 KB
/
index.html
File metadata and controls
107 lines (92 loc) · 3.82 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html>
<head>
<title>Batarong</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Animated construction GIF -->
<div class="construction">
<img src="data:image/gif;base64,R0lGODlhEAAQAPIAAAAAAP///wD/AP8A/wAAAAAAAAAAACH5BAEAAAIALAAAAAAQABAAAAMjCLrc/jDKSatlQtScOOvNd4ZgGAaEoqjWZiMAOw==" alt="Under Construction" width="40" height="40">
<span class="blink">UNDER CONSTRUCTION</span>
<img src="data:image/gif;base64,R0lGODlhEAAQAPIAAAAAAP///wD/AP8A/wAAAAAAAAAAACH5BAEAAAIALAAAAAAQABAAAAMjCLrc/jDKSatlQtScOOvNd4ZgGAaEoqjWZiMAOw==" alt="Under Construction" width="40" height="40">
</div>
<div class="container">
<!-- Best viewed with message -->
<div style="text-align: center; font-size: 10px; margin-bottom: 10px;">
Best viewed with <img src="images/msie4.gif" width="16" height="16"> Internet Explorer 4.0 at 800x600
</div>
<!-- Text -->
<div class="batarongText">
<span style="color:#00FF00;">Hello </span>
<span style="color:#FF0000;">World </span>
<span style="color:#0000FF;">From </span>
<span style="color:#FFA500;">Batarong</span>
<span style="color:#6633ff;">!</span>
</div>
<!-- Marquee -->
<div class="marquee">
<marquee behavior="scroll" direction="left">Welcome to the official Batarong website! Last updated: 1998</marquee>
</div>
<hr>
<!--Small Text-->
<p>This is just a simple website dedicated to dancing triangle Batarong</p>
<!--Small Text With Link-->
<p>
Batarong OS is in development <a href="https://github.com/batarong/Batarong-Installer">Github Page</a>
</p>
<!--Download Batarong Os-->
<h4>
Press on Yeah! below to download a premade Batarong OS img file
</h4>
<div style="text-align: center;">
<a href="https://drive.google.com/file/d/1woGWnhbpgW6J4p_-tbwP_LdMuzPTLHBQ/view?usp=sharing">
<img src="BatarongYeah.png" width="200" height="90" alt="BatarongOS" style="border: 2px outset #c0c0c0;">
</a>
</div>
<br>
<br>
<!--List-->
<ul>
<li>All the other kids with the pumped up kicks</li>
<li>You better run, better run outrun my gun</li>
<li>All the other kids with the pumped up kicks</li>
<li>You better run, better run faster than my bullet</li>
<li>
<a href="https://www.youtube.com/watch?v=TxtJVTH5oCQ">
Song link here
</a>
</li>
</ul>
<!--Batarong-->
<div style="text-align: center;">
<img src="Batarong.png" width="200" height="200" style="border: 2px outset #c0c0c0;">
</div>
<!--Line break-->
<br>
<hr>
<!-- Guestbook and counter -->
<div class="counter">
<img src="data:image/gif;base64,R0lGODlhEAAQAKIEAAAAAP//AP8AAMzM/wD//wAAAAAAACH5BAEAAAQALAAAAAAQABAAAAMlSLrc/jDKSatlQtScOOvNd4ZgGAaEoqjWZiMAOw==" width="16" height="16">
<a href="#">Sign my guestbook!</a> |
<a href="#">View my guestbook</a> |
</div>
<div class="button">
<!--IE Button-->
<a href="http://web.archive.org/web/19960510144231/http://www.microsoft.com/ie/IE.HTM"><img src="images/msie.gif" alt="Internet Explorer"></a>
<!--Winamp Button-->
<a href="https://web.archive.org/web/20181030200314/http://winamp.meggamusic.co.uk/winamp5666_full_all_redux.exe"><img src="images/Winamp.gif" alt="Winamp"></a>
<a href="https://www.octoomy.win"><img class="but" src="images/octoomywin.png"></a>
<br>
<a href="mailto:batarong@billgates.sex">
<img src="images/mail.jpg" alt="Mail To Beloved Batarong" style="width:84px;height:84px;">
</a>
</div>
<!-- Last updated -->
<div style="text-align: center; font-size: 10px; margin-top: 20px;">
<img src="images/book.png" width="16" height="16">
Last updated: October 31, 1998
</div>
</div>
</body>
</html>