portal/web/index.html

19 lines
417 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Portal</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="portal.png">
<link rel="stylesheet" href="portal.css">
<script src="portal.mjs" type="module"></script>
</head>
<body>
<nav>
</nav>
<section id="app">
<iframe></iframe>
</section>
</body>
</html>