diff options
author | Nevena Bojovic <nenabojov@gmail.com> | 2022-02-28 19:48:30 +0100 |
---|---|---|
committer | Nevena Bojovic <nenabojov@gmail.com> | 2022-02-28 19:48:30 +0100 |
commit | 1fa69862057db4db53cfda5be9c24b4228ef63f7 (patch) | |
tree | 7ccbb29a54f62bbbf72eddcdab374f23ce8799e5 /sandbox/test-projekat-danijel/frontend/src/index.html | |
parent | 2d1768a0683c43db2934701abbf2171c3f0a3988 (diff) | |
parent | 3bb27fb8bc5ee54cd8ffe818059c18cd168b4353 (diff) |
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into testAppNevena
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> |