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:
12
src/app/www/index.html
Normal file
12
src/app/www/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user