ApplicationInsights-JS/examples/cfgSync/CfgSync.html

27 строки
709 B
HTML

<!DOCTYPE html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<html lang="en">
<head>
<style>
.button {
background-color: #008CBA;
border: none;
color: white;
padding: 12px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
margin: 4px 2px;
cursor: pointer;
}
</style>
<meta charset="utf-8">
<title>Sample</title>
</head>
<body>
<h1>Microsoft Application Insights JavaScript SDK - CfgSync Plugin</h1>
<p>Check console for details</p>
<script src="./browser/es5/example-cfgsync-index.gbl.js"></script>
</body>
</html>