callback/public/index.html

31 lines
No EOL
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>callback</title>
<meta name="color-scheme" content="dark">
<meta property="og:title" content="callback">
<meta property="og:description" content="Callback is a messanger made by @true1ann">
<meta property="og:image" content="https://callback.true1ann.me/favicon.png">
<meta property="og:url" content="https://callback.true1ann.me/">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/true1ann/mmdy.scss@latest/css/styles.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/true1ann/mmdy.scss@latest/css/roboto.css">
<link rel="stylesheet" href="https://ann.is-a.dev/mmdy.scss/roboto.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200">
<link rel="stylesheet" href="/mmdy-theme.css">
</head>
<body style="height: 100vh; width: 100vw;">
<script src="https://cdn.jsdelivr.net/npm/markdown-it/dist/markdown-it.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/true1ann/neorender@latest/dist/bundle.js"></script>
<script src="/components.js"></script>
<div id="app"></div>
<script>nr.mount('login', '#app');</script>
</body>
</html>