-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
19 lines (19 loc) · 1.05 KB
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title>Clockiscool's Site</title>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
</head>
<body style="overflow: hidden;">
<center>
<h1 style="font-family: Arial, sans-serif">Welcome To My Site</h1>
<a href="https://github.com/Clockiscool1234/clockiscool1234.github.io/raw/main/mystore.mobileconfig"><p class="box2d" style="font-family: Arial, sans-serif">MyStore</p><a/>
<a href="yt2013/"><p class="box2d" style="font-family: Arial, sans-serif">YouTube 2013 Site</p><a/>
<a href="scratch2site/"><p class="box2d" style="font-family: Arial, sans-serif">Scratch 2 Site</p><a/>
<a href="w10-err-mkr/"><p class="box2d" style="font-family: Arial, sans-serif">Windows 10 Error Maker</p><a/>
<a href="w7-err-mkr/"><p class="box2d" style="font-family: Arial, sans-serif">Windows 7 Error Maker</p><a/>
<a href="wxp-err-mkr/"><p class="box2d" style="font-family: Arial, sans-serif">Windows XP Error Maker</p><a/>
<script src="jquery.min.js"></script>
<script src="./js/lib/jquery.box2d.min.js"></script>
</center>
</body>
</html>