workflow_launcher/index.html
2024-03-11 16:01:07 +01:00

22 lines
527 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'"
/>
<meta
http-equiv="X-Content-Security-Policy"
content="default-src 'self'; script-src 'self'"
/>
<title>NextGen Workflows launcher</title>
</head>
<body>
<div w3-include-html="menu.html"></div>
<h1>NextGen Workflows launcher</h1>
<ul id="workflows">
</ul>
</body>
<script src="./renderer.js"></script>
</html>