Starting popup notice
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user