zr-web/index.html

31 lines
472 B
HTML
Raw Normal View History

2025-02-12 20:29:51 -05:00
<!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>
<div>
<a href="/index.html">
<img src="title.svg" alt="homicidium" class="title">
</a>
</div>
</body>
</html>