20 lines
417 B
HTML
20 lines
417 B
HTML
![]() |
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<title>popup页</title>
|
|||
|
<meta charset="utf-8"/>
|
|||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|||
|
<style>
|
|||
|
body {
|
|||
|
font-family: 'Microsoft Yahei';
|
|||
|
width: 500px;
|
|||
|
min-height: 100px;
|
|||
|
}
|
|||
|
a {margin-right: 10px;}
|
|||
|
</style>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<h1>pageAction演示</h1>
|
|||
|
<p>打开百度pageAction会点亮,打开其它页面pageAction会变灰。</p>
|
|||
|
</body>
|
|||
|
</html>
|