-
Notifications
You must be signed in to change notification settings - Fork 0
/
Credits.html
20 lines (20 loc) · 874 Bytes
/
Credits.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>
Top image ^^^ by:<a href="https://www.stockvault.net/photo/290079/zlib/gzheader">Here</a>
<br>
Free subdomain by <a href="https://freedns.afraid.org">FreeDNS</a>
<br>
Because the font genrrator is annoying link to the forum logo <a href="https://www.textstudio.com/">Font generator</a>
<footer>
<a href="Credits.html">Credits | </a><a href="us.html">Us</a>
</footer>
</body>
</html>