jet/web/index.html

25 lines
788 B
HTML
Raw Normal View History

2024-02-13 07:23:20 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
</head>
<body>
<base href="/" />
<main>
<header style="display:flex;position:sticky;top:0;left:0;height:2rem;width:100%;">
<div style="display:flex;">
<picture>
<img src="/logo.svg" style="height:36px;margin-right:1rem;" />
</picture>
<b style="height:2rem;line-height:2rem;text-align:center;display:block;">Squadron</b>
</div>
</header>
<app style="display:block;position:relative;margin-top:2rem;">
<section>
<img src="/architecture.svg" />
</section>
</app>
</main>
</body>
</html>