-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.ejs
executable file
·49 lines (46 loc) · 2.32 KB
/
index.ejs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<base href="<%- htmlWebpackPlugin.options.metadata.baseUrl %>">
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<meta name="description" content="PriceWise allows you to monitor prices for the products you want.">
<meta name="theme-color" content="#02776f">
<meta name="og:type" content="website" />
<meta name="og:site_name" content="PriceWise" />
<meta name="og:image" content="https://pricewi.se/images/pricewise-banner.png" />
<meta name="og:description" content="PriceWise allows you to monitor prices for the products you want." />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<title><%- htmlWebpackPlugin.options.metadata.title %></title>
<base href="<%- htmlWebpackPlugin.options.metadata.baseUrl %>">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/semantic-ui/2.2.10/semantic.min.css">
<!-- imported CSS are concatenated and added automatically -->
</head>
<body aurelia-app="main" class="pricewise">
<div class="ui inverted active dimmer">
<style>
.pricewise .ui.inverted.dimmer .ui.loader:before {
border-color: rgba(0,129,121, 0.2);
}
.pricewise .ui.inverted.dimmer .ui.loader:after {
border-color: #02776f transparent transparent;
}
</style>
<div class="ui huge indeterminate text loader">
<%- htmlWebpackPlugin.options.metadata.title %>
</div>
</div>
<% if (htmlWebpackPlugin.options.metadata.server) { %>
<!-- Webpack Dev Server reload -->
<script src="/webpack-dev-server.js"></script>
<% } %>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Intl.~locale.en-CA,Intl.~locale.fr-CA"></script>
<!-- <script src="//www.anrdoezrs.net/am/8408170/include/joined/am.js"></script> -->
</body>
</html>