mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
12 lines
258 B
HTML
12 lines
258 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>LWS Example</title>
|
||
|
<meta charset='UTF-8' />
|
||
|
</head>
|
||
|
<body>
|
||
|
<textarea id='content'></textarea>
|
||
|
<input id='sendButton' type='button' value='send' />
|
||
|
<script nonce='42' type='text/javascript' src='script.js'></script>
|
||
|
</body>
|
||
|
</html>
|