diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..acc5efd --- /dev/null +++ b/public/index.html @@ -0,0 +1,20 @@ +<!doctype html> +<html lang="en" class="loading"> +<head> + <title> + neural + </title> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <link rel="stylesheet" href="/assets/css/css.css"> +</head> +<body> + <div id="container"></div> +<script> + var s = document.createElement('script'); + s.setAttribute('src','bundle.js?' + Date.now()); + document.body.appendChild(s) +</script> +</body> +</html>
\ No newline at end of file |
