repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
api_test
/
browser_action
/
popup
/
popup.html
blob
67d290e180ea8e4edd28951b9ee774d01209c90c
1
<!--
2
* Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this
3
* source code is governed by a BSD-style license that can be found in the
4
* LICENSE file.
5
-->
6
<head>
7
<script
src
=
"popup.js"
></script>
8
<style>
9
body {
10
padding:
0
px;
11
margin:
0
px;
12
}
13
div {
14
padding:
0
px;
15
margin:
0
px;
16
}
17
</style>
18
</head>
19
<body>
20
<div
id
=
"test"
>
A
</div>
21
</body>