1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-10-27 20:44:10 +00:00
falk-werner_webfuse-provider/src/app/www/index.html

14 lines
434 B
HTML
Raw Normal View History

2019-01-27 02:45:03 +00:00
<html>
<head>
<title>LWS Example</title>
<meta charset='UTF-8' />
2019-01-28 21:08:37 +00:00
<script type='text/javascript' src='js/connection.js'></script>
<script type='text/javascript' src='js/connection_view.js'></script>
<script type='text/javascript' src='js/filesystem.js'></script>
<script type='text/javascript' src='js/filesystem_handler.js'></script>
<script type='text/javascript' src='js/startup.js'></script>
2019-01-27 02:45:03 +00:00
</head>
<body>
</body>
</html>