26 lines
721 B
HTML
26 lines
721 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Home Page - ApplicationInsightsJavaScriptSnippetSample</title>
|
|
<script>document.write('Head tag script. Look for Application Insights JavaScriptSnippet below this script in the HTML file.')</script>
|
|
<script type="text/javascript">
|
|
|
|
({
|
|
instrumentationKey: '11111111-2222-3333-4444-555555555555'
|
|
});
|
|
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div class="container body-content">
|
|
|
|
<hr />
|
|
<footer>
|
|
<p>© 2017 - ApplicationInsightsJavaScriptSnippetSample</p>
|
|
</footer>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |