mirror of
https://github.com/palxiao/poster-design
synced 2024-11-23 00:28:49 +00:00
23 lines
646 B
HTML
23 lines
646 B
HTML
<!--
|
|
* @Author: ShawnPhang
|
|
* @Date: 2022-01-17 16:06:30
|
|
* @Description: Design Palxp
|
|
* @LastEditors: ShawnPhang <site: book.palxp.com>
|
|
* @LastEditTime: 2023-07-18 16:35:55
|
|
-->
|
|
<!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>
|
|
</body>
|
|
</html>
|