chrome-plugin-demo/demo/popup.html

15 lines
413 B
HTML
Raw Normal View History

2017-06-02 19:40:48 +08:00
<!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>