Merge branch 'develop' of github.com:thecodingmachine/workadventure into main
This commit is contained in:
+4
@@ -48,6 +48,10 @@
|
||||
<section>
|
||||
<button id="toggleFullscreen" class="nes-btn">Toggle fullscreen</button>
|
||||
</section>
|
||||
<!-- TODO activate authentication -->
|
||||
<section hidden>
|
||||
<button id="oidcLogin">Oauth Login</button>
|
||||
</section>
|
||||
<section>
|
||||
<button id="enableNotification" class="nes-btn">Enable notifications</button>
|
||||
</section>
|
||||
|
||||
-18
@@ -1,18 +0,0 @@
|
||||
<style>
|
||||
#warningMain {
|
||||
border-radius: 5px;
|
||||
height: 100px;
|
||||
width: 300px;
|
||||
background-color: red;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#warningMain h2 {
|
||||
padding: 5px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<main id="warningMain">
|
||||
<h2>Warning!</h2>
|
||||
<p>This world is close to its limit!</p>
|
||||
</main>
|
||||
Reference in New Issue
Block a user