mirror of
https://github.com/Luzifer/stadt-land-fluss.git
synced 2024-11-08 19:20:04 +00:00
22 lines
405 B
HTML
22 lines
405 B
HTML
<!doctype html>
|
|
<html lang="en" data-bs-theme="dark">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Stadt-Land-Fluss</title>
|
|
|
|
<link href="app.css" rel="stylesheet">
|
|
|
|
<style>
|
|
[v-cloak] { display: none; }
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app" v-cloak></div>
|
|
|
|
<script src="app.js"></script>
|
|
</body>
|
|
|
|
</html>
|