mirror of
https://github.com/palxiao/poster-design
synced 2024-11-23 00:28:49 +00:00
24 lines
736 B
HTML
24 lines
736 B
HTML
<!--
|
|
* @Author: ShawnPhang
|
|
* @Date: 2022-01-17 16:06:30
|
|
* @Description: Design Palxp
|
|
* @LastEditors: ShawnPhang <https://m.palxp.cn>
|
|
* @LastEditTime: 2023-09-19 18:36:13
|
|
-->
|
|
<!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>
|
|
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
|
|
</body>
|
|
</html>
|