#90 create kube_ops_view package
This commit is contained in:
28
kube_ops_view/templates/index.html
Normal file
28
kube_ops_view/templates/index.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Kubernetes Operational View</title>
|
||||
<link rel="shortcut icon" href="static/favicon.ico">
|
||||
<style>* {padding: 0; margin: 0} body { color: #aaaaff; background: #000; }</style>
|
||||
<style>
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'ShareTechMono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
/* ShareTechMono-Regular.ttf: Copyright (c) 2012, Carrois Type Design, Ralph du Carrois (www.carrois.com post@carrois.com), with Reserved Font Name 'Share'
|
||||
License: SIL Open Font License, 1.1 */
|
||||
src: local('Share Tech Mono'), local('ShareTechMono-Regular'), url(static/sharetechmono.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- make sure the font is loaded -->
|
||||
<div id="loading" style="font-family: ShareTechMono">Loading..</div>
|
||||
<script src="static/build/{{ app_js }}"></script>
|
||||
<script>document.getElementById('loading').style.display = 'none'; const app = new App(); app.run()</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user