mirror of
https://github.com/jaywcjlove/wxmp.git
synced 2026-01-09 14:58:48 +08:00
19 lines
554 B
HTML
19 lines
554 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>弹出层</title>
|
|
<link rel="stylesheet" type="text/css" href="css/popup.css">
|
|
</head>
|
|
<body>
|
|
<div class="warpper">
|
|
<ul>
|
|
<li><a class="btn_del_family" href="#">优化文章样式<span></span></a></li>
|
|
<!-- <li><a class="btn_del_fonts" href="#">删除family样式</a></li> -->
|
|
</ul>
|
|
</div>
|
|
<script type="text/javascript" src="js/jq.3.0.0.min.js"></script>
|
|
<script type="text/javascript" src="js/popup.js"></script>
|
|
</body>
|
|
</html>
|