2016-11-03 18:49:03 +00:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Alertmanager</title>
|
|
|
|
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.5.3/css/tachyons.min.css"/>
|
2017-01-04 22:28:22 +00:00
|
|
|
<script src="https://use.fontawesome.com/b7508bb100.js"></script>
|
2016-11-03 18:49:03 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
<!-- Your source after making -->
|
|
|
|
<script type="text/javascript" src="/script.js"></script>
|
|
|
|
|
|
|
|
<!-- Removes splash and starts elm app. -->
|
|
|
|
<script type="text/javascript">
|
2017-03-14 09:27:52 +00:00
|
|
|
var app = Elm.Main.embed(document.body);
|
2016-11-03 18:49:03 +00:00
|
|
|
</script>
|
|
|
|
|
|
|
|
</html>
|