poster-design/index.html

24 lines
736 B
HTML
Raw Normal View History

2023-07-18 07:03:15 +00:00
<!--
* @Author: ShawnPhang
* @Date: 2022-01-17 16:06:30
* @Description: Design Palxp
2023-09-13 09:38:49 +00:00
* @LastEditors: ShawnPhang <https://m.palxp.cn>
2023-09-20 08:14:22 +00:00
* @LastEditTime: 2023-09-19 18:36:13
2023-07-18 07:03:15 +00:00
-->
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>迅排设计 - 轻松创意,迅捷排版,感受云上设计带来的乐趣!</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script defer src="/snap.svg-min.js"></script>
2023-09-20 08:14:22 +00:00
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
2023-07-18 07:03:15 +00:00
</body>
</html>