-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 965 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (19 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Astrohacker</title>
<link href='https://github.com/HACKERPRO908/astrohacker/raw/main/style.css' rel='stylesheet'>
<style>
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap')
</style>
</head>
<body class="press-start">
<h2 style:"color:white">Sandboxels mods select!</h2>
<h4 style:"color:white>This webpage is to see the source code of sandboxels mods</h4>
<button class="green-blue1" onclick="window.location.href='https://sandboxels.r74n.com';" class="GFG">Sandboxels</button>
<button class="red-yellow1" onclick="window.location.href='https://sandboxels.r74n.com/mods/fantasy_elements.js';" class="GFG">fantasy_elements.js</button>
<script type="text/javascript" src="https://github.com/HACKERPRO908/astrohacker/raw/main/script.js"></script>
</body>
</html>