2020-11-30 07:48:39 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Hello World!</title>
|
|
|
|
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Hello World!</h1>
|
2021-06-07 04:02:20 +00:00
|
|
|
<p>After launching this application, you should see the system notification.</p>
|
|
|
|
<p id="output">Click it to see the effect in this interface.</p>
|
|
|
|
|
2020-11-30 07:48:39 +00:00
|
|
|
<script src="renderer.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|