40 Zeilen
1.3 KiB
HTML
40 Zeilen
1.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport"
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>SteamWar.de/docs</title>
|
|
<link rel="stylesheet" href="index.css">
|
|
<link rel="stylesheet" href="home.css">
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
|
|
|
|
<script src="https://kit.fontawesome.com/df996a11da.js" crossorigin="anonymous"></script>
|
|
<script src="app.js"></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div id="back-button">
|
|
<span>SteamWar.de/docs</span>
|
|
</div>
|
|
</header>
|
|
|
|
<nav>
|
|
<a href="bausystem">
|
|
<h1>BauSystem</h1>
|
|
<p>Alle Funktionen die auf dem SteamWar.de Bauserver zur verfügung stehen.</p>
|
|
<em>Work in progress</em>
|
|
</a>
|
|
<div>
|
|
<h1>SchematicSystem</h1>
|
|
<p>Die haupt Schematic Verwaltungssoftware von SteamWar</p>
|
|
<em>Geplannt</em>
|
|
</div>
|
|
</nav>
|
|
|
|
</body>
|
|
</html> |