Skip to content

Instantly share code, notes, and snippets.

@jamielittle
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamielittle/ffb05a5701efe9992b88 to your computer and use it in GitHub Desktop.
Save jamielittle/ffb05a5701efe9992b88 to your computer and use it in GitHub Desktop.
Tacking Beacon
<head>
<meta charset="utf-8" />
<title>@Page.Title - My ASP.NET Web Page</title>
<link href="~/Content/themes/base/jquery.ui.all.css" rel="stylesheet" type="text/css" />
<link href="~/Content/Site.css" rel="stylesheet" type="text/css" />
<link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<script src="~/Scripts/jquery-1.10.2.min.js"></script>
<script src="~/Scripts/jquery-ui-1.10.3.js"></script>
<script src="~/Scripts/modernizr-2.6.2.js"></script>
<!-- Tracking Beacon inserted from Sitecore Federation Experience Manager -->
<script src="//sitecore8-150223/bundle/beacon"></script>
<!-- End of Tracking Beacon script -->
<meta name="viewport" content="width=device-width" />
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment