Sign in
chromium
/
chromium
/
src.git
/
62.0.3178.1
/
.
/
chrome
/
common
/
extensions
/
docs
/
examples
/
api
/
topsites
/
basic
/
popup.html
blob: 124730767d9c69b5c3f117882894c05dbfd92809 [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<html>
<body>
<h2>
Most Visited:
</h2>
<div
id
=
'mostVisited_div'
></div>
<script
src
=
'popup.js'
></script>
</body>
</html>