luoxu-api-pub/public/index.html

19 lines
395 B
HTML
Raw Normal View History

2021-10-01 05:10:49 +00:00
<!DOCTYPE html>
2021-10-02 08:42:41 +00:00
<html lang="zh-CN">
2021-10-01 05:10:49 +00:00
<head>
2021-10-02 08:42:41 +00:00
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
2021-10-01 05:10:49 +00:00
2021-10-02 08:42:41 +00:00
<title>落絮</title>
2021-10-01 05:10:49 +00:00
2021-10-21 06:03:14 +00:00
<link rel='icon' type='image/png' href='favicon.png'>
<link rel='stylesheet' href='global.css'>
<link rel='stylesheet' href='build/bundle.css'>
2021-10-01 05:10:49 +00:00
2021-10-21 06:03:14 +00:00
<script defer src='build/bundle.js'></script>
2021-10-01 05:10:49 +00:00
</head>
<body>
</body>
</html>