mirror of
https://github.com/jaywcjlove/wxmp.git
synced 2026-01-12 00:08:50 +08:00
add file.
This commit is contained in:
18
popup.html
Normal file
18
popup.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!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="#">删除family样式<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>
|
||||
Reference in New Issue
Block a user