diff options
author | Danijel Andjelkovic <adanijel99@gmail.com> | 2022-02-28 19:46:47 +0100 |
---|---|---|
committer | Danijel Andjelkovic <adanijel99@gmail.com> | 2022-02-28 19:46:47 +0100 |
commit | a0c76e155d4b54573cc25af5a65a3c78a10fefb2 (patch) | |
tree | ff2b0f8ae515f6a312b8ea8bfb1124635e4c2e2d /sandbox/test-projekat-danijel/frontend/src/index.html | |
parent | ca6f2e5565b4857516d77c58d1b4dafcdd725a8a (diff) |
Dodao frontend ponovo posto ga je git prepoznao kao pod-repozitorijum i nije pushovao fajlove.
Diffstat (limited to 'sandbox/test-projekat-danijel/frontend/src/index.html')
-rw-r--r-- | sandbox/test-projekat-danijel/frontend/src/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sandbox/test-projekat-danijel/frontend/src/index.html b/sandbox/test-projekat-danijel/frontend/src/index.html new file mode 100644 index 00000000..3af61ec9 --- /dev/null +++ b/sandbox/test-projekat-danijel/frontend/src/index.html @@ -0,0 +1,13 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>Frontend</title> + <base href="/"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="icon" type="image/x-icon" href="favicon.ico"> +</head> +<body> + <app-root></app-root> +</body> +</html> |