1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-30 12:20:45 +00:00
falk-werner_webfuse-provider/example/daemon/www/index.html
2019-02-20 20:23:56 +01:00

18 lines
368 B
HTML

<html>
<head>
<title>LWS 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>