forked from Vheissu/builtwithaurelia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.ssr.ejs
23 lines (22 loc) · 865 Bytes
/
index.ssr.ejs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title><!-- title --></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Built With Aurelia is a showcase of applications, plugins and resources developed for or using Aurelia.">
<base href="<%- htmlWebpackPlugin.options.metadata.baseUrl %>">
<!-- imported CSS are concatenated and added automatically -->
</head>
<body>
<script type="text/javascript">// [prerendered model]</script>
<!-- app -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-9345213-11"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-9345213-11');
</script>
</body>
</html>