aboutsummaryrefslogtreecommitdiffstats
path: root/resources/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'resources/public/index.html')
-rw-r--r--resources/public/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/resources/public/index.html b/resources/public/index.html
new file mode 100644
index 0000000..792d5f4
--- /dev/null
+++ b/resources/public/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Tic Tac Toe</title>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link href="css/style.css" rel="stylesheet" type="text/css">
+ <link rel="icon" href="https://clojurescript.org/images/cljs-logo-icon-32.png">
+ </head>
+ <body>
+ <div id="app">
+ <h2>Figwheel template</h2>
+ <p>Checkout your developer console.</p>
+ </div>
+ <script src="js/compiled/tic_tac_toe.js" type="text/javascript"></script>
+ </body>
+</html>