summaryrefslogtreecommitdiff
path: root/resources/views
diff options
context:
space:
mode:
authorPhil Burton <philip.burton@chiaro.co.uk>2019-11-02 01:18:57 +0000
committerPhil Burton <philip.burton@chiaro.co.uk>2019-11-02 01:18:57 +0000
commit5ee125602018a8947235c7a1b00c3745ab0d1749 (patch)
treeb3395aa2e3e1019e00ade57ca7867d1e8e3fe41d /resources/views
parentfb0c574ed1725fe13c8ab073d2ead3fdc842c2ba (diff)
Adds a Simple Chess boardHEADmaster
Diffstat (limited to 'resources/views')
-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