chrome-plugin-demo/demo/newtab.html

22 lines
483 B
HTML
Raw Normal View History

2017-06-02 19:40:48 +08:00
<!DOCTYPE html>
<html>
<head>
<title>新标签页</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
html,body{height: 100%;}
body{font-family: 'Microsoft Yahei';margin:0;padding:0;}
.center {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
font-size: 48px;
color: #CCC;
}
</style>
</head>
<body>
<div class="center"><p>这是一个自定义的新标签页</p></div>
</body>
</html>