summaryrefslogtreecommitdiff
path: root/resources/views/chess.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/chess.blade.php')
-rw-r--r--resources/views/chess.blade.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/resources/views/chess.blade.php b/resources/views/chess.blade.php
new file mode 100644
index 0000000..1c87bf2
--- /dev/null
+++ b/resources/views/chess.blade.php
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+ <head>
+ <meta charset="utf-8">
+ <title></title>
+ </head>
+ <body>
+ <div id="app">
+ <chess-table></chess-table>
+ </div>
+ <script src="js/app.js"></script>
+ </body>
+</html> \ No newline at end of file