Added some text before the game loads
This "Loading..." will help people to understand that the website is loading, and isn't just a blank page. I'll consider creating a nice css animation later, but I just wanted something quick and easy for now
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="loading">
|
||||
<p>Chargement...<br>Loading...</p>
|
||||
</div>
|
||||
<div id="notification_bar">
|
||||
<p><!-- Text added here by JS --></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user