mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-09 07:19:42 +00:00
30749037a9
* Get rid of old css lib * Cleanup the models and updates * Styled the silences view * Update that bindata stuff
16 lines
688 B
HTML
16 lines
688 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Alertmanager</title>
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
|
|
<script src="https://use.fontawesome.com/b7508bb100.js"></script>
|
|
</head>
|
|
<body>
|
|
<!-- Your source after making -->
|
|
<script src="/script.js"></script>
|
|
<script>Elm.Main.embed(document.body)</script>
|
|
</body>
|
|
</html>
|