-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.ejs
23 lines (23 loc) · 878 Bytes
/
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>React App Starter Kit</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
</head>
<body>
<div id="root"></div>
<script src="<%= bundle %>"></script>
<%_ if (!debug && config.trackingID) { _%>
<script>
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
ga('create','<%= config.trackingID %>','auto');ga('send','pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
<%_ } _%>
</body>
</html>