-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
18 lines (18 loc) · 965 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en" class="govuk-template">
<head>
<meta charset="utf-8">
<title>GOV.UK Vue Minimal Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="theme-color" content="#0b0c0c">
<link rel="icon" sizes="48x48" href="/govuk-vue-minimal-example/assets/images/favicon.ico">
<link rel="icon" sizes="any" href="/govuk-vue-minimal-example/assets/images/favicon.svg" type="image/svg+xml">
<link rel="mask-icon" href="/govuk-vue-minimal-example/assets/images/govuk-icon-mask.svg" color="#0b0c0c">
<link rel="apple-touch-icon" href="/govuk-vue-minimal-example/assets/images/govuk-icon-180.png">
<link rel="manifest" href="/govuk-vue-minimal-example/assets/manifest.json">
</head>
<body class="govuk-template__body js-enabled govuk-frontend-supported">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>