prva verzija

This commit is contained in:
Hamza Iseric
2018-12-07 01:39:20 +01:00
parent b5ec65d8dd
commit 5dc6c76750
18 changed files with 21453 additions and 0 deletions

12
public/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<title>App</title>
</head>
<body>
<div id="app"></div>
</body>
</html>