Skip to content

Commit 39a9d24

Browse files
committed
[ADD] the cookie banner to all the webpages
1 parent 212c425 commit 39a9d24

File tree

7 files changed

+6
-0
lines changed

7 files changed

+6
-0
lines changed
13 Bytes
Binary file not shown.

html/api/v1/oauth/callback/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
</head>
3939

4040
<body>
41+
<section id="cookie_banner"></section>
4142
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
4243
<script src="../../../../assets/js/modules/cookie_manager.mjs" type="module"></script>
4344
<script src="../../../../assets/js/modules/indexeddb_manager.mjs" type="module"></script>

html/callback/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
</head>
3939

4040
<body>
41+
<section id="cookie_banner"></section>
4142
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
4243
<script src="../assets/js/modules/cookie_manager.mjs" type="module"></script>
4344
<script src="../assets/js/modules/indexeddb_manager.mjs" type="module"></script>

html/dashboard/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
</div><select id="fontSelector" onchange="updateFont(this);"></select>
144144
<aside><button class="button_desing" type="button" onclick="logout();">Logout</button></aside>
145145
</section>
146+
<section id="cookie_banner"></section>
146147
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
147148
<script src="../assets/js/modules/cookie_manager.mjs" type="module"></script>
148149
<script src="../assets/js/modules/indexeddb_manager.mjs" type="module"></script>

html/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ <h2>Register</h2><input type="text" id="registerUsername" placeholder="Username"
158158
</section>
159159
</section>
160160
</main>
161+
<section id="cookie_banner"></section>
161162
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
162163
<script src="assets/js/modules/cookie_manager.mjs" type="module"></script>
163164
<script src="assets/js/modules/indexeddb_manager.mjs" type="module"></script>

html/password/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ <h2>About you</h2><input type="text" id="loginUsername" placeholder="Username" r
146146
</section>
147147
</section>
148148
</main>
149+
<section id="cookie_banner"></section>
149150
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
150151
<script src="../assets/js/modules/cookie_manager.mjs" type="module"></script>
151152
<script src="../assets/js/modules/indexeddb_manager.mjs" type="module"></script>

html/reset-password/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ <h2>Register</h2><input type="text" id="registerUsername" placeholder="Username"
149149
</section>
150150
</section>
151151
</main>
152+
<section id="cookie_banner"></section>
152153
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
153154
<script src="../assets/js/modules/cookie_manager.mjs" type="module"></script>
154155
<script src="../assets/js/modules/indexeddb_manager.mjs" type="module"></script>

0 commit comments

Comments
 (0)