Files
Fermi/src/webpage/reset.html
T
MathMan05 c57d1b203a get rid of react referance
no clue how it got there lol
2025-07-31 17:12:26 -05:00

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>