-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
156 lines (141 loc) · 5.53 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>LAT ®</title>
<link href="style.css" href="https://pyscript.net/alpha/pyscript.css" rel="stylesheet" type="text/css" />
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="icon" href="/favicon.ico">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div class="header">
<h1>LAT ®</h1>
<h2>Software used for making life easier, or idc.</h2>
<div class="clear"></div>
</div>
<!--Tabs-->
<div class="tab">
<button class="tablinks" onclick="openCity(event, 'Tools')">Tools</button>
<button class="tablinks" onclick="openCity(event, 'Games')">Games</button>
<button class="tablinks" onclick="openCity(event, 'Resources')">Resources</button>
<button class="tablinks" onclick="openCity(event, 'C&T')">Copyright & Trademark</button>
<button class="tablinks" onclick="openCity(event, 'N&A')">Notice & Agreement</button>
</div>
<!--Tools-->
<div id="Tools" class="tabcontent">
<h3>Tools</h3>
<a href="html files/idlebreakoutsavee.html"><button>Idle Breakout Save Editor</button></a>
<a href="html files/idlebreakoutsavee.html"><button>Clicker Heroes Save Editor</button></a>
<a href="html files/idlebreakoutsavee.html"><button>Chat-GPT (AI)</button></a>
</div>
<!--Games-->
<div id="Games" class="tabcontent">
<h3>Games</h3>
<a href="/html files/idlebreakout.html"><button>Idle Breakout</button></a>
<a href="/html files/brutalmania.html"><button>Brutal Mania</button></a>
<a href="/html files/the backrooms/backrooms.html"><button>The Backrooms</button></a>
<a href="/html files/sm64/sm64.html"><button>Super Mario 64</button></a>
<a href="html files/cookie clicker/index.html"><button>Cookie Clicker</button></a>
<a href="html files/baldi/index.html"><button>Baldi's Basic's</button></a>
<a href="html files/doom/index.html"><button>Doom</button></a>
<a href="html files/doom/index.html"><button>Five Night's at Freddy's 1</button></a>
<a href="html files/doom/index.html"><button>Five Night's at Freddy's 2</button></a>
<a href="html files/doom/index.html"><button>Five Night's at Freddy's 3</button></a>
<a href="html files/doom/index.html"><button>Five Night's at Freddy's 4</button></a>
<a href="html files/doom/index.html"><button>Plant's VS Zombie's</button></a>
<a href="html files/doom/index.html"><button>Retrobowl</button></a>
<a href="html files/doom/index.html"><button>Sans Fight</button></a>
<a href="html files/doom/index.html"><button>Rooftop Sniper</button></a>
<a href="html files/doom/index.html"><button>Temple Run 2</button></a>
<a href="html files/doom/index.html"><button>There is No Game</button></a>
<a href="html files/doom/index.html"><button>Slope</button></a>
<a href="html files/doom/index.html"><button>24-28</button></a>
<a href="html files/doom/index.html"><button>Minecraft Classic</button></a>
</div>
<div id="Resources" class="tabcontent">
<h3>Resources</h3>
<a href="html files/idlebreakoutsavee.html"><button>Idle Breakout Save Editor</button></a>
<a href="html files/idlebreakoutsavee.html"><button>Clicker Heroes Save Editor</button></a>
<a href="html files/idlebreakoutsavee.html"><button>Chat-GPT (AI)</button></a>
</div>
<!--Copyright & Trademark-->
<div id="C&T" class="tabcontent">
<h3>Copyright & Trademark</h3>
<p>Software is intended for academic purposes.</p>
<h3>Luca Burns ™</h3>
</div>
<!--Notice & Agreement-->
<div id="N&A" class="tabcontent">
<h3>Notice & Agreement</h3>
<p>Website formally known & signed as "Luca's Advanced Tools ®.</p>
<h5>Information below is intended for unauthorized and
new users.</h5>
<a href="core html/notice.html"><button>Notice & Agreement</button></a>
</div>
<!--Initialize tab content-->
<script>
function openCity(evt, cityName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " active";
}
</script>
<!--Background-->
<div class="background">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<script src="script.js"></script>
</body>
</html>