1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

initial commit

This commit is contained in:
Falk Werner
2019-01-27 03:45:03 +01:00
parent a3927be8bf
commit 858fdb862b
24 changed files with 1671 additions and 0 deletions

12
src/app/www/index.html Normal file
View File

@@ -0,0 +1,12 @@
<html>
<head>
<title>LWS Example</title>
<meta charset='UTF-8' />
<meta http-equiv='Content-Security-Policy' content="script-src localhost:4711/script.js;" />
</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>