diff options
author | Phil Burton <philip.burton@chiaro.co.uk> | 2019-11-02 01:18:57 +0000 |
---|---|---|
committer | Phil Burton <philip.burton@chiaro.co.uk> | 2019-11-02 01:18:57 +0000 |
commit | 5ee125602018a8947235c7a1b00c3745ab0d1749 (patch) | |
tree | b3395aa2e3e1019e00ade57ca7867d1e8e3fe41d /resources/views/chess.blade.php | |
parent | fb0c574ed1725fe13c8ab073d2ead3fdc842c2ba (diff) |
Diffstat (limited to 'resources/views/chess.blade.php')
-rw-r--r-- | resources/views/chess.blade.php | 13 |
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 |