25 lines
788 B
HTML
25 lines
788 B
HTML
<!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>
|