master
Can202 2021-06-02 08:11:55 -04:00
parent 1f4a4ec0c6
commit 31f7713fbb
3 changed files with 46 additions and 1 deletions

45
games/FreeDink/index.html Normal file
View File

@ -0,0 +1,45 @@
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="https://can202.github.io/OpenSource-GameList/src/images/icon.png">
<title>Open Source Game List</title>
<link rel="stylesheet" href="https://can202.github.io/OpenSource-GameList/src/style.css">
</head>
<body>
<header>
<p><a href="/OpenSource-GameList/"><img src="https://can202.github.io/OpenSource-GameList/src/images/icon.png" width="30px"/></a> Open Source Game List</p>
</header>
<nav>
<script src="https://can202.github.io/OpenSource-GameList/src/tagnav.js"></script>
</nav>
<div class ="tocenter">
<h1 align="center">GNU FreeDink</h1>
<p align="center">UNMAINTAINED (still works), RPG made by GNU</p>
<p align="center">Windows and Linux</p>
<p align="center">rpg</p>
<article class = "center">
<p>
<a href="https://www.gnu.org/software/freedink/" target="_blank">
<img src="https://can202.github.io/OpenSource-GameList/src/images/link/www.png" width="60px" />
</a>
<a href="http://savannah.gnu.org/projects/freedink" target="_blank">
<img src="https://can202.github.io/OpenSource-GameList/src/images/link/savannah.png" width="60px" />
</a>
</p>
</article>
<article class = "center">
<a href="https://www.gnu.org/software/freedink/screenshots/freedink-1.08_2008-07-31.png" target="_blank">
<img src ="https://www.gnu.org/software/freedink/screenshots/freedink-1.08_2008-07-31.png" height="200px"/>
</a>
</article>
</div>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<footer>
<script src ="/OpenSource-GameList/src/footer.js">
</script>
</footer>
</body>
</html>

View File

@ -775,7 +775,7 @@ if (tag == "casual" || tag == "android" || tag == "plataformer" || tag == "home"
if (tag == "rpg" || tag == "home"){
total = total + 1;
document.write('<li><a href="https://www.gnu.org/software/freedink/" target="_blank">FreeDink</a> - UNMAINTAINED (still works), RPG made by GNU');
document.write('<li><a href="https://can202.github.io/OpenSource-GameList/games/FreeDink">FreeDink</a> - UNMAINTAINED (still works), RPG made by GNU');
document.write('<img src="/OpenSource-GameList/src/images/windows.png" width="15px" />'); //windows
document.write('<img src="/OpenSource-GameList/src/images/linux.png" width="15px" />'); //linux
//document.write('<img src="/OpenSource-GameList/src/images/mac.png" width="15px" />'); //mac

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB