opsu page

master
Can202 2021-05-30 22:24:53 -04:00
parent bfad653c7a
commit 85ebf8f770
1 changed files with 50 additions and 0 deletions

50
games/opsu/index.html Normal file
View File

@ -0,0 +1,50 @@
<!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">opsu!</h1>
<p align="center">unofficial open-source client for the rhythm game osu!, made in Java</p>
<p align="center">Windows, Linux, Mac and Android</p>
<p align="center">action, rhythm, android</p>
<article class = "center">
<p>
<a href="https://itdelatrisu.github.io/opsu/" target="_blank">
<img src="https://can202.github.io/OpenSource-GameList/src/images/link/www.png" width="60px" />
</a>
<a href="https://github.com/itdelatrisu/opsu" target="_blank">
<img src="https://can202.github.io/OpenSource-GameList/src/images/link/github.png" width="60px" />
</a>
</p>
</article>
<article class = "center">
<a href="https://itdelatrisu.github.io/opsu/images/screenshots/s08.png" target="_blank">
<img src ="https://itdelatrisu.github.io/opsu/images/screenshots/s08.png" height="200px"/>
</a>
<a href="https://itdelatrisu.github.io/opsu/images/screenshots/s03.png" target="_blank">
<img src ="https://itdelatrisu.github.io/opsu/images/screenshots/s03.png" height="200px"/>
</a>
<a href="https://itdelatrisu.github.io/opsu/images/screenshots/s06.png" target="_blank">
<img src ="https://itdelatrisu.github.io/opsu/images/screenshots/s06.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>