There was an error while loading. Please reload this page.
1 parent 2f2fdf2 commit d5546d6Copy full SHA for d5546d6
public/app/index.html
@@ -0,0 +1,18 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<head>
4
+<meta charset="utf-8" />
5
+<title>blobs.io – menu</title>
6
+<link rel="stylesheet" href="../css/style.css">
7
+<meta name="description" content="An IO game based on blobs">
8
+<meta name="author" content="y21">
9
+<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
10
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.1.1/socket.io.js"></script>
11
+</head>
12
+<body>
13
+<div id="auth">
14
+You're logged in. Congrats.
15
+</div>
16
+</body>
17
+ <script src="../js/sockets.js"></script>
18
+</html>
0 commit comments