Files
schisandra-cloud-album-front/index.html
2024-10-15 16:37:21 +08:00

13 lines
295 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="/schisandra.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title><%- title %></title>
</head>
<body>
<div id="app"></div>
</body>
</html>