might-ui
Version:
A no-code solution for performing end-to-end tests
28 lines • 541 B
HTML
<html>
<style>
body {
margin: 0;
padding: 0;
}
body * {
user-select: none;
}
@font-face {
font-family: "Noto Sans";
src: url(./fonts/NotoSans-Regular.ttf);
font-weight: normal;
}
@font-face {
font-family: "Noto Sans";
src: url(./fonts/NotoSans-Bold.ttf);
font-weight: bold;
}
</style>
<body>
<div id="app"></div>
<div id="dialogue"></div>
<div id="contextMenu"></div>
</body>
<script src="bundle.js"></script>
</html>