starbase-81/index.html

14 lines
379 B
HTML
Raw Permalink Normal View History

<!doctype html>
2023-04-19 21:40:25 +00:00
<html lang="en">
<head>
<meta charset="UTF-8" />
2023-04-20 15:23:56 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<title>My Website</title>
2023-06-07 19:20:57 +00:00
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
2023-12-18 20:21:08 +00:00
<link rel="stylesheet" href="./main.css" crossorigin="" />
</head>
<body>
2023-12-18 05:37:00 +00:00
<div id="root"></div>
</body>
2023-04-19 21:40:25 +00:00
</html>