2020-09-28 14:47:17 +02:00

14 lines
292 B
Go

package monitor
var index = []byte(`<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Monitor</title>
</head>
<body>
<h1>Monitor</h1>
</body>
</html>`)