-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathtoc.html
More file actions
53 lines (22 loc) · 735 Bytes
/
toc.html
File metadata and controls
53 lines (22 loc) · 735 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/x-icon" href="Assets/favicon.ico">
<link rel="stylesheet" a="" href="style.css">
<style>
</style>
</head>
<body>
<div class="spacer"></div>
<h2>TERMS OF USE</h2>
<center>
<p>InfinityUnblock made by KnightGames</p>
<p>We are not responsible for anything that happens in school or outside of school.</p>
<p>You are not allowed to steal/distribute code from this website.</p>
<a href="index.html" style="text-decoration:none"> <div class="rndrecbutton2" style="background-color: black;"> <b> Return ➔ </b> </div> </a>
</center>
</div>
<div class="spacer"></div>
<div class="spacer"></div>
</body>
</html>