1
0
mirror of https://github.com/falk-werner/webfuse-example synced 2025-12-17 20:01:50 +00:00

feature: imported sources from webfuse

This commit is contained in:
Falk Werner
2020-02-09 20:24:35 +01:00
parent 288b38c7f5
commit 460fedae22
14 changed files with 1026 additions and 1 deletions

18
www/index.html Normal file
View File

@@ -0,0 +1,18 @@
<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>