mirror of
https://github.com/falk-werner/webfuse
synced 2026-03-02 03:40:24 +00:00
add basic infrastructure of javascript example
This commit is contained in:
17
example/provider/javascript/index.html
Normal file
17
example/provider/javascript/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Webfuse Example</title>
|
||||
<script type="module" src="js/startup.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Webfuse</h1>
|
||||
<p>
|
||||
<label for="url">Url:</label>
|
||||
<input type="text" id="url" value="ws://localhost:8081"/>
|
||||
</p>
|
||||
<p>
|
||||
<input type="button" id="connect" value="Connect"/>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user