You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
352 B

<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>