aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/index.html
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-02-23 14:28:50 -0500
committersowgro <tpoke.ferrari@gmail.com>2025-02-23 14:28:50 -0500
commit1d46022ec65597c46f27788eae520f36f0bb0324 (patch)
tree1ef5e38477bcc3f763d3ef2f071c721404f94493 /ufund-ui/src/index.html
parent2fc9729cdf220e03f43183a148f8b5780c50e515 (diff)
downloadJellySolutions-1d46022ec65597c46f27788eae520f36f0bb0324.tar.gz
JellySolutions-1d46022ec65597c46f27788eae520f36f0bb0324.tar.bz2
JellySolutions-1d46022ec65597c46f27788eae520f36f0bb0324.zip
Initialize angular project
Diffstat (limited to 'ufund-ui/src/index.html')
-rw-r--r--ufund-ui/src/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/ufund-ui/src/index.html b/ufund-ui/src/index.html
new file mode 100644
index 0000000..0517d5e
--- /dev/null
+++ b/ufund-ui/src/index.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>UfundUi</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>