mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-22 22:35:58 +00:00
16 lines
442 B
HTML
16 lines
442 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="/logo.svg" type="image/*" />
|
|
<meta name="theme-color" content="#FFFFFF" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
<!-- slash.metadata -->
|
|
<title>Slash</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|