summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/vue/public/index.html
diff options
context:
space:
mode:
authorxu ran <xuranyjy@chinamobile.com>2021-01-08 09:16:00 +0000
committerGerrit Code Review <gerrit@onap.org>2021-01-08 09:16:00 +0000
commitef6cdb416e078ba33c772299f79cca8680b1d703 (patch)
treea5d455025f25e2b13816af42c9b72a4ea4d381d5 /usecaseui-portal/vue/public/index.html
parent0356c8ae8394adbb28123ddf4e727fc5b64c8fef (diff)
parent5bead046179e8e00c2cc4681992a6ffe24e4b97e (diff)
Merge "feat: embedding vue framwork in angular" into newarc
Diffstat (limited to 'usecaseui-portal/vue/public/index.html')
-rw-r--r--usecaseui-portal/vue/public/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/usecaseui-portal/vue/public/index.html b/usecaseui-portal/vue/public/index.html
new file mode 100644
index 00000000..41235286
--- /dev/null
+++ b/usecaseui-portal/vue/public/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
+ <link rel="icon" href="<%= BASE_URL %>favicon.ico">
+ <title><%= htmlWebpackPlugin.options.title %></title>
+ </head>
+ <body>
+ <noscript>
+ <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
+ </noscript>
+ <div id="app"></div>
+ <!-- built files will be auto injected -->
+ </body>
+</html>