-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (17 loc) · 739 Bytes
/
index.html
File metadata and controls
23 lines (17 loc) · 739 Bytes
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>Google Analytics Events</title>
</head>
<body>
<p><a href="http://www.bigfork.co.uk" rel="external">Bigfork with rel external</a></p>
<p><a href="http://www.bigfork.co.uk" target="_blank">Bigfork with target blank</a></p>
<p><a href="http://www.bigfork.co.uk/assets/__files/bigfork-guide-to-customer-profiling.pdf" rel="external" target="_blank">Bigfork guide to conversion</a></p>
<form method="get" action="index.html" id="SampleForm">
<input type="submit" value="Submit" />
</form>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="gaEvents.min.js"></script>
</body>
</html>