-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
32 lines (32 loc) · 1.38 KB
/
about.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
<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/packager/">Packager</a></button>
<button><a class="navs" href="https://shredprojectserver.themadpunter.repl.co/">Projects</a></button>
</div>
<div class="main">
<h1>About</h1>
<p>
About ShredMod<br>
ShredMod is a Scratch mod made by The_Mad_Punter.<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>
<h2>Credits</h2>
<l>
<li>LLK - Scratch <br></li>
<li> Team - Turbowarp <br></li>
<li>The_Mad_Punter - Design and Development <br></li>
</l>
</div>
</body>
</html>