zr-web/index.html
blackbeard420 d9c3f6c56c clean
2025-02-12 20:52:16 -05:00

33 lines
478 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Zeta Reticuli Gameworks</title>
</head>
<body>
<nav>
<a href="/index.html">About Us</a>
<a href="/index.html">Games</a>
<a href="/index.html">Contact Us</a>
</nav>
<img src="zr.png" alt="logo" class="logo">
<h1>
Upcoming releases:
</h1>
<hr>
<div>
<a href="/index.html">
<img src="title.svg" alt="homicidium" class="title">
</a>
</div>
</body>
</html>