forked from palxiao/poster-design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (24 loc) · 938 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!--
* @Author: ShawnPhang
* @Date: 2022-01-17 16:06:30
* @Description: Design Palxp
* @LastEditors: ShawnPhang <https://m.palxp.cn>
* @LastEditTime: 2024-04-13 18:16:44
-->
<!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" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>迅排设计 - 轻松创意,迅捷排版,感受云上设计带来的乐趣!</title>
<script> var _hmt = _hmt || [] </script>
</head>
<body>
<div class="pointer-case" 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>