-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 770 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="<%- description %>" />
<title><%- title %></title>
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="/src/styles.css" />
</head>
<body>
<app-shell <% if (BUILD_VERSION) { %>version="<%- BUILD_VERSION %>"<% } %>></app-shell>
</body>
<% if (INJECT_ANALYTICS == 1) { %>
<script defer src="https://analytics.peschee.me/script.js" data-website-id="886cc5ec-3475-48ec-9374-e95ceca3b56f"></script>
<% } %>
</html>