gdps-server/templates/index.html.hbs

36 lines
No EOL
1.4 KiB
Handlebars

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/style.css" />
<title>gdps-server</title>
</head>
<body style="display: flex; align-items: center; gap: 1.5em; flex-direction: column">
<h1 style="display: flex; align-items: center; gap: 1em">
<a href="/"><img src="/favicon.png" width="64" height="auto"></a>
gdps-server
</h1>
<div class="block">
<p>
<b>gdps-server</b> is a WIP <a href="https://store.steampowered.com/app/322170/Geometry_Dash/" target="_blank" rel="noreferrer noopener">Geometry Dash</a> private server written in <a href="https://rust-lang.org/" target="_blank" rel="noreferrer noopener">Rust</a>.
</p>
<p>
You can check out other shit here:
<br>
<el>
<li>The <a href="https://git.reidlab.online/reidlab/gdps-server">Git repository</a></li>
<li><a href="/tools/reupload">Level reuploading</a></li>
<li><a href="/accounts">Account stuff</a></li>
</el>
</p>
</div>
<div style="max-width: 400px; font-style: italic; text-align: center" class="dim">
{{ silly_string }}
</div>
</body>
</html>