-
Notifications
You must be signed in to change notification settings - Fork 50
/
index.html
51 lines (51 loc) · 2.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>MAAS</title>
<link rel="shortcut icon" href="/maas-favicon-32px.png" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">
<header class="p-navigation is-dark">
<div class="p-navigation__row">
<div class="p-navigation__banner">
<div class="p-navigation__tagged-logo">
<div class="p-navigation__link">
<div class="p-navigation__logo-tag">
<svg
class="p-navigation__logo-icon"
fill="#fff"
viewBox="0 0 165.5 174.3"
xmlns="http://www.w3.org/2000/svg"
>
<ellipse cx="15.57" cy="111.46" rx="13.44" ry="13.3" />
<path
d="M156.94 101.45H31.88a18.91 18.91 0 0 1 .27 19.55c-.09.16-.2.31-.29.46h125.08a6 6 0 0 0 6.06-5.96v-8.06a6 6 0 0 0-6-6Z"
/>
<ellipse cx="15.62" cy="63.98" rx="13.44" ry="13.3" />
<path
d="M156.94 53.77H31.79a18.94 18.94 0 0 1 .42 19.75l-.16.24h124.89a6 6 0 0 0 6.06-5.94v-8.06a6 6 0 0 0-6-6Z"
/>
<ellipse cx="16.79" cy="16.5" rx="13.44" ry="13.3" />
<path
d="M156.94 6.5H33.1a19.15 19.15 0 0 1 2.21 5.11A18.82 18.82 0 0 1 33.42 26l-.29.46h123.81a6 6 0 0 0 6.06-5.9V12.5a6 6 0 0 0-6-6Z"
/>
<ellipse cx="15.57" cy="158.94" rx="13.44" ry="13.3" />
<path
d="M156.94 149H31.88a18.88 18.88 0 0 1 .27 19.5c-.09.16-.19.31-.29.46h125.08A6 6 0 0 0 163 163v-8.06a6 6 0 0 0-6-6Z"
/>
</svg>
</div>
<span class="p-navigation__logo-title">MAAS</span>
</div>
</div>
</div>
</div>
</header>
</div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>