diff options
Diffstat (limited to 'client/public/index.html')
-rw-r--r-- | client/public/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/client/public/index.html b/client/public/index.html new file mode 100644 index 0000000..cfd9bee --- /dev/null +++ b/client/public/index.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html lang="pl"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width"> + <title>Strona publiczna</title> +</head> +<body> + <h1>Strona publiczna</h1> + <div id="app"></div> + <script src="out.js"></script> +</body> +</html> + |