Initialized the client with an empty page

This commit is contained in:
Tissevert 2018-11-17 17:21:20 +01:00
commit 85cf8da5df
1 changed files with 11 additions and 0 deletions

11
src/index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Pokemon Neige</title>
</head>
<body>
<div class="screen">
</div>
</body>
</html>