forked from ShredMod/shredmod.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
24 lines (24 loc) · 1.34 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
<html>
<head>
<title>Home - DinosaurMod</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="nav">
<button><a class="navs" href="https://joseernestoongithub.github.io/DinosaurMod-Website/">Home</a></button>
<button><a class="navs" href="https://dinosaurmod.github.io/editor.html">Create</a></button>
<button><a class="navs" href="https://joseernestoongithub.github.io/DinosaurMod-Website/about.html">About</a></button>
<button><a class="navs" href="https://extensions.turbowarp.org/">Extensions</a></button>
<button><a class="navs" href="https://studio.penguinmod.com/editor.html">PenguinMod</a></button>
<button><a class="navs" href="https://github.com/Dinosaurmod/dinosaurmod.github.io">GitHub</a></button>
</div>
<div class="main">
<h1>About</h1>
<p>
DinosaurMod is a mod of PenguinMod that has added new blocks and features in extensions or DinosaurMod's main toolbox. PenguinMod is a mod of TurboWarp where you can share your projects. TurboWarp is a Scratch mod that compiles projects to JavaScript to make them run as fast as possible.
</p>
<h2>Developer</h2>
<a href="https://github.com/GabsTheCuriousKid">GabsTheCuriousKid</a>
</div>
</body>
</html>