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

12 lines
258 B
HTML
Raw Normal View History

2019-01-27 02:45:03 +00:00
<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>