15 lines
505 B
HTML
15 lines
505 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="Chatting Anonymously with People on the Same Website." />
|
|
<link rel="shortcut icon" href="https://github.com/shadcn.png" type="image/x-icon" />
|
|
<title>WebChat</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<h1>WebChat Dev</h1>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|