forked from TripwireTeam/tripwire
15 lines
581 B
HTML
15 lines
581 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset='utf-8'>
|
||
|
<title>Tripwire Web Panel</title>
|
||
|
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
||
|
<link rel='stylesheet' type='text/css' media='screen' href='./web/main.css'>
|
||
|
<script src="https://unpkg.com/mithril/mithril.js"></script>
|
||
|
<script src="https://unpkg.com/js-cookie"></script>
|
||
|
<script src='./web/main.js' type="module"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<noscript>JavaScript must be enabled to use this application.</noscript>
|
||
|
</body>
|
||
|
</html>
|