mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-26 01:04:12 +00:00
c57d1b203a
no clue how it got there lol
28 lines
786 B
HTML
28 lines
786 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Fermi</title>
|
|
<meta content="Fermi" property="og:title" />
|
|
<meta content="Join a community of people and start chatting!" property="og:description" />
|
|
<meta content="/logo.webp" property="og:image" />
|
|
<meta content="#4b458c" name="theme-color" />
|
|
<link href="/style.css" rel="stylesheet" />
|
|
<link href="/themes.css" rel="stylesheet" id="lightcss" />
|
|
<style>
|
|
body.no-theme {
|
|
background: #16191b;
|
|
}
|
|
@media (prefers-color-scheme: light) {
|
|
body.no-theme {
|
|
background: #9397bd;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body class="no-theme">
|
|
<script src="/recover.js" type="module"></script>
|
|
</body>
|
|
</html>
|