-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.4 KB
/
Copy pathindex.html
File metadata and controls
27 lines (27 loc) · 1.4 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
<html>
<head>
<title>ShredMod Homepage</title>
<link rel="stylesheet" href = "main.css">
</head>
<body>
<div class="nav">
<button><a class="navs" href="/">Home</a></button>
<button><a class="navs" href="https://shredmod.is-an.app/">Create</a></button>
<button><a class="navs" href="/about.html">About</a></button>
<button><a class="navs" href="https://shredmod.github.io/extensions/">Extensions</a></button>
<button><a class="navs" href="/pm.html">Packages</a></button>
<button><a class="navs" href="https://shredmod.github.io/scratch-vm/">Packager</a></button>
<button><a class="navs" href="https://shredprojectserver.themadpunter.repl.co/">Projects</a></button>
</div>
<div class="main">
<h1>ShredMod</h1>
<p>
Welcome to the ShredMod homepage!<br>
This is the page where we will do stuff about ShredMod!<br>
ShredMod is a mod for TurboWarp that makes a good development enviroment for making professional video games.<br>
ShredMod also can make games run faster by compiling them to JavaScript.<br>
</p>
<iframe src="https://shredmod.github.io/scratch-vm/embed.html#74221074" width="499" height="416" allowtransparency="true" frameborder="0" scrolling="no" allowfullscreen />
</div>
</body>
</html>