2023-08-06 00:21:59 +08:00

17 lines
333 B
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><%- title %></title>
<!-- <script src="/js/tgs-player.js"></script> -->
</head>
<body>
<div id="app"></div>
</body>
</html>