RWKV-Runner/frontend/index.html

15 lines
354 B
HTML
Raw Normal View History

2023-05-03 23:38:54 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
2023-11-07 19:27:21 +08:00
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>RWKV-Runner</title>
<link href="./src/assets/images/logo.png" rel="icon" type="image/x-icon">
2023-05-03 23:38:54 +08:00
</head>
<body>
<div id="root"></div>
<script src="./src/main.tsx" type="module"></script>
</body>
</html>