Verschiebung nach anderem RePo - nun pro Projekt getrennt
This commit is contained in:
21
bin/main/static/games/vanilla/infovanilla.html
Normal file
21
bin/main/static/games/vanilla/infovanilla.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/img/icon.png" type="image/png">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Vanilla Game – Info – xXx Sphere</title>
|
||||
<link rel="stylesheet" href="/css/variables.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
</head>
|
||||
<body class="app">
|
||||
<div class="main">
|
||||
<div class="content">
|
||||
<h1>Vanilla Game</h1>
|
||||
<p>Informationen zum Vanilla Game folgen hier.</p>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/js/icons.js"></script>
|
||||
<script src="/js/sidebar.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
1340
bin/main/static/games/vanilla/neuvanilla.html
Normal file
1340
bin/main/static/games/vanilla/neuvanilla.html
Normal file
File diff suppressed because it is too large
Load Diff
21
bin/main/static/games/vanilla/sessionvanilla.html
Normal file
21
bin/main/static/games/vanilla/sessionvanilla.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/img/icon.png" type="image/png">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Vanilla Game – Neue Session – xXx Sphere</title>
|
||||
<link rel="stylesheet" href="/css/variables.css">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
</head>
|
||||
<body class="app">
|
||||
<div class="main">
|
||||
<div class="content">
|
||||
<h1>Vanilla Game – Neue Session</h1>
|
||||
<p>Session-Setup für das Vanilla Game folgt hier.</p>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/js/icons.js"></script>
|
||||
<script src="/js/sidebar.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
1019
bin/main/static/games/vanilla/vanillaingame.html
Normal file
1019
bin/main/static/games/vanilla/vanillaingame.html
Normal file
File diff suppressed because it is too large
Load Diff
11
bin/main/static/games/vanilla/vanillawarten.html
Normal file
11
bin/main/static/games/vanilla/vanillawarten.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/games/vanilla/neuvanilla.html">
|
||||
<title>Vanilla Game – xXx Sphere</title>
|
||||
</head>
|
||||
<body>
|
||||
<script>window.location.replace('/games/vanilla/neuvanilla.html');</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user