mirror of
https://github.com/csd4ni3l/loginween.git
synced 2026-01-01 12:33:49 +01:00
I forgot to commit, but yeah i started learning kaplay and made UI for it, and added settings, no game done yet.
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
|
||||
<link href="https://fonts.googleapis.com/css2?family=New Rocker&display=swap" rel="stylesheet">
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
|
||||
<script src="https://unpkg.com/kaplay@3001.0.12/dist/kaplay.js"></script>
|
||||
<script src="/static/pumpkin.js"></script>
|
||||
<title>{% block title %} {% endblock %}</title>
|
||||
<style>
|
||||
@@ -37,7 +39,6 @@
|
||||
background: linear-gradient(135deg, #0d0618 0%, #1a0b2e 50%, #2d1b4e 100%);
|
||||
}
|
||||
</style>
|
||||
<link href="https://fonts.googleapis.com/css2?family=New Rocker&display=swap" rel="stylesheet">
|
||||
{% block head %} {% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user