15 lines
413 B
HTML
15 lines
413 B
HTML
![]() |
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<title>popup</title>
|
|||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|||
|
<style>
|
|||
|
body{font-family: 'Microsoft Yahei';}
|
|||
|
</style>
|
|||
|
<script type="text/javascript" src="js/jquery-1.8.3.js"></script>
|
|||
|
<script type="text/javascript" src="js/popup.js"></script>
|
|||
|
</head>
|
|||
|
<body style="width:300px;min-height:100px;">
|
|||
|
<h1>这是一个popup页面!</h1>
|
|||
|
</body>
|
|||
|
</html>
|