diff options
Diffstat (limited to 'resources/src')
-rw-r--r-- | resources/src/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/resources/src/index.html b/resources/src/index.html new file mode 100644 index 0000000..71d7815 --- /dev/null +++ b/resources/src/index.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="/styles/index.css"> + <title>Tubo</title> +</head> +<body> + <noscript>You need to enable JavaScript to run this app.</noscript> + <div id="app"></div> + <script src="/js/main.js"></script> +</body> +</html> |