1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-28 19:20:49 +00:00
falk-werner_webfuse-provider/example/daemon/www/index.html
2019-03-27 00:05:44 +01:00

18 lines
372 B
HTML

<html>
<head>
<title>WebFuse Example</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style/main.css">
<script type="module" src="js/startup.js"></script>
</head>
<body>
<div class="page">
<div class="window">
<div class="title">Connection</div>
<div id="connection"></div>
</div>
</div>
</body>
</html>