ministream-frontend/src/index.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
385 B
HTML
Raw Normal View History

2023-12-02 10:49:17 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
2023-12-05 02:19:01 +00:00
<title></title>
2023-12-02 10:49:17 +00:00
<script src="./js/app.tsx" type="module"></script>
<link rel="stylesheet" href="./css/style.css" />
2023-12-02 12:23:31 +00:00
<link rel="stylesheet" href="./css/fonts.css" />
2023-12-02 10:49:17 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<div id="app" />
</body>
</html>