-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathus.html
More file actions
17 lines (17 loc) · 711 Bytes
/
us.html
File metadata and controls
17 lines (17 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
<script src="script.js"></script>
<title>MakeScratch</title>
</head>
<body>
<div class="header" id="nav">
<img src="TheImage.png" alt="This image cannot displayed" /><h2>The Forum<br> <a href="Howto.html" class="link">Howto</a><a href="Forum.html" class="link">Forum</a></h2>
</div>
prankapple, modmaker of <a href="https://banana-mod.github.io">Banana Mod</a><br>MerrCraft, modmaker of <a href="https://merride.us.to">MerrIDE</a>
<br>
<footer>
<a href="Credits.html">Credits | </a><a href="#">Us</a>
</footer>
</body>
</html>