Starting popup notice

This commit is contained in:
2024-01-14 15:40:20 +01:00
parent a254e5a0c2
commit a085fcd92b
9 changed files with 60 additions and 17 deletions

View File

@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bozo Pong</title>
<link rel="stylesheet" href="{% static 'css/bootstrap-5.3.2/bootstrap.css' %}">
<link rel="stylesheet" href="{% static 'css/index.css' %}">
</head>
<body data-bs-theme="dark">
<nav class="navbar navbar-expand-lg bg-body-tertiary rounded m-2">
@ -23,6 +23,9 @@
</div>
</div>
</nav>
<div class="notice">
<span id="popup">Test</span>
</div>
<div id="app" class="m-3"></div>
<script type="module" src="{% static 'js/index.js' %}"></script>
</body>