exchange-client_2/index.html

14 lines
357 B
HTML
Raw Normal View History

2023-03-01 12:36:58 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2023-03-30 16:01:40 +00:00
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
2023-03-01 12:36:58 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Exchange</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>