slint/tools/online_editor/index.html

20 lines
663 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="/styles/index.css" />
<link
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"
/>
<script type="module" src="./src/index.ts"></script>
</head>
<body>
<div class="loader" style="z-index: 1000; position: absolute">
<img class="loader-image" src="static/loader.svg" />
</div>
</body>
</html>