gluon/package/gluon-status-page/src/index.html.m4

18 lines
316 B
Plaintext
Raw Normal View History

2014-08-18 12:58:16 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<style>
undivert(style.css)
</style>
<script>
var bootstrapUrl = "/cgi-bin/nodeinfo";
undivert(app.js)
</script>
</head>
<body>
</body>
</html>