static_site/public/index.html

12 lines
239 B
HTML
Raw Normal View History

2021-11-01 19:43:13 +08:00
<!DOCTYPE html>
2021-11-01 22:10:11 +08:00
<html lang="zh">
2021-11-01 19:43:13 +08:00
<head>
2021-11-01 22:10:11 +08:00
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>PDF Library</title>
2021-11-01 19:43:13 +08:00
</head>
<body>
<div id="app"></div>
</body>
</html>