35 lines
1.2 KiB
HTML
35 lines
1.2 KiB
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8" />
|
||
|
|
<link rel="icon" type="image/svg+xml" href="/src/assets/favicon.svg" />
|
||
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||
|
|
<link
|
||
|
|
rel="stylesheet"
|
||
|
|
href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap"
|
||
|
|
/>
|
||
|
|
<meta
|
||
|
|
name="viewport"
|
||
|
|
content="minimum-scale=1, initial-scale=1, width=device-width, user-scalable=no"
|
||
|
|
/>
|
||
|
|
<meta property="og:title" content="USDT Ban Notifications" />
|
||
|
|
<meta property="og:site_name" content="USDT Ban Notifications" />
|
||
|
|
<meta property="og:url" content="mantine-dashboard-eight.vercel.app" />
|
||
|
|
<meta
|
||
|
|
property="og:description"
|
||
|
|
content="USDT Ban Notifications"
|
||
|
|
/>
|
||
|
|
<meta property="og:type" content="website" />
|
||
|
|
<meta
|
||
|
|
property="og:image"
|
||
|
|
content="https://raw.githubusercontent.com/nedois/mantine-dashboard/main/screenshoots/screen-1.jpeg"
|
||
|
|
/>
|
||
|
|
<title>USDT Ban Notifications</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="root"></div>
|
||
|
|
<script type="module" src="/src/main.tsx"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|