diff options
Diffstat (limited to 'client/public')
-rw-r--r-- | client/public/index.html | 14 | ||||
-rw-r--r-- | client/public/out.js | 1 |
2 files changed, 15 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> + diff --git a/client/public/out.js b/client/public/out.js new file mode 100644 index 0000000..d987759 --- /dev/null +++ b/client/public/out.js @@ -0,0 +1 @@ +console.log('hello ze strony testowej'); |