-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (40 loc) · 2.04 KB
/
index.html
File metadata and controls
43 lines (40 loc) · 2.04 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home - mathiiis.de</title>
<meta name="description" content="mathis a 16-year-old software developer from Germany. Building Sono, open-source projects, and more.">
<meta name="author" content="mathis">
<meta name="theme-color" content="#121212">
<meta name="darkreader-lock">
<meta name="color-scheme" content="dark light">
<meta property="og:type" content="website">
<meta property="og:url" content="https://mathiiis.de/">
<meta property="og:title" content="mathiiis.de">
<meta property="og:description" content="mathis a 16-year-old software developer from Germany. Building Sono, open-source projects, and more.">
<meta property="og:image" content="https://mathiiis.de/images/og.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="mathiiis.de">
<meta name="twitter:description" content="mathis a 16-year-old software developer from Germany. Building Sono, open-source projects, and more.">
<meta name="twitter:image" content="https://mathiiis.de/images/og.png">
<link rel="icon" href="/favicon.ico" sizes="48x48">
<link rel="icon" href="/icons/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<style>
body { margin: 0; background: #121212; }
</style>
</head>
<body>
<div id="app"></div>
<noscript>
<div style="display:flex;align-items:center;justify-content:center;height:100vh;font-family:system-ui,sans-serif;color:#c4c4c4;background:#121212;text-align:center;padding:2rem;">
<p>JavaScript is required to run this site. Please enable it in your browser settings.</p>
</div>
</noscript>
<script type="module" src="/src/main.js"></script>
</body>
</html>