improvements
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: codenames-registry
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
data:
|
||||
.dockerconfigjson: eyJhdXRocyI6eyJnaXQuZHNsYW4uYXQiOnsidXNlcm5hbWUiOiJnaXRhZG0iLCJwYXNzd29yZCI6ImVIWmYlZWtMNktCdkQiLCJlbWFpbCI6ImFkbWluQGRzbGFuLmF0IiwiYXV0aCI6IloybDBZV1J0T21WSVdtWWxaV3RNTmt0Q2RrUT0ifX19
|
||||
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Codenames Lobby</title>
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<script defer src="/app.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
@@ -153,5 +153,8 @@
|
||||
</section>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
Code hier: <a href="https://git.dslan.at/zeugs/codenames" target="_blank">Mein Gitea</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -440,3 +440,10 @@ h1 {
|
||||
min-height: 96px;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
padding: .5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user