2023-12-02 10:49:17 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
<title>stream.t-juice.club</title>
|
|
|
|
<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>
|