This commit is contained in:
Râu Cao 2022-09-16 11:05:07 +02:00
parent e74e460480
commit cf2c5c0021
Signed by: raucao
GPG Key ID: 15E65F399D084BA9
3 changed files with 9 additions and 0 deletions

View File

@ -11,6 +11,7 @@
<body> <body>
<div id="map"><div id="popup"></div></div> <div id="map"><div id="popup"></div></div>
<div id="people"></div> <div id="people"></div>
<img id="logo" src="/img/r2b-logo.png">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"></script>
<script type="module" src="./main.js"></script> <script type="module" src="./main.js"></script>
</body> </body>

BIN
public/img/r2b-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -11,3 +11,11 @@ html, body {
bottom: 0; bottom: 0;
width: 100%; width: 100%;
} }
img#logo {
position: absolute;
top: 10px;
right: 10px;
width: 256px;
height: auto;
}