ModeratorElection/frontend/index.html

24 lines
497 B
HTML
Raw Normal View History

2024-06-06 15:45:46 +00:00
<!DOCTYPE html>
<!--
This file is auto-generated by Vaadin.
-->
<html>
2024-06-06 15:45:46 +00:00
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body, #outlet {
height: 100vh;
width: 100%;
margin: 0;
}
</style>
<!-- index.ts is included here automatically (either by the dev server or during the build) -->
</head>
<body>
<!-- This outlet div is where the views are rendered -->
<div id="outlet"></div>
</body>
</html>