Certificate download feature/19-runner_certficates #38

Merged
niggl merged 6 commits from feature/19-runner_certficates into dev 2021-04-03 16:51:23 +00:00
Showing only changes of commit c3b2b93d90 - Show all commits

View File

@ -10,8 +10,8 @@
<body class="dark:bg-gray-900 text-black dark:text-white p-0">
<div id="app"></div>
<script src="./env.js"></script>
<script defer type="module" src="./src/main.js"></script>
<script src="/env.js"></script>
<script defer type="module" src="/src/main.js"></script>
</body>
</html>