-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathtest.html
More file actions
29 lines (29 loc) · 684 Bytes
/
Copy pathtest.html
File metadata and controls
29 lines (29 loc) · 684 Bytes
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
<!doctype html>
<html class="no-js mY-ClAsS" lang="en">
<head>
<meta charset="utf-8" />
<title>My tITlE</title>
<meta content="My CoNtEnT" name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
</head>
<body>
<p>
Hello world!<br />
This is HTML5 Boilerplate.
</p>
<script>
window.ga = function () {
ga.q.push(arguments);
};
ga.q = [];
ga.l = +new Date();
ga("create", "UA-XXXXX-Y", "auto");
ga("send", "pageview");
</script>
<script
async
defer
src="https://www.google-analytics.com/analytics.js"
></script>
</body>
</html>