You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
759 B
HTML
32 lines
759 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0"
|
|
/>
|
|
<title>模板列表</title>
|
|
<link
|
|
rel="stylesheet"
|
|
href="./css/index.css"
|
|
/>
|
|
<link
|
|
rel="stylesheet"
|
|
href="./css/list.css"
|
|
/>
|
|
<script src="./js/jquery.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<!-- <div id="header">
|
|
<h1>模板列表</h1>
|
|
</div> -->
|
|
<div id="main">
|
|
<div id="list-panel"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
<script src="./js/list.js"></script>
|