Files
kops-arm64/templates/index.html
Henning Jacobs 935d14f4f5 eslint
2016-12-16 20:46:47 +01:00

13 lines
307 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Kubernetes Operational View</title>
<style>* {padding: 0; margin: 0}</style>
</head>
<body>
<script src="/static/pixi.min.js"></script>
<script src="/static/app.js"></script>
</body>
</html>