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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
platform_apps
/
extension_view
/
main.html
blob
6ee173398eb71a54b67b7d363ccb57d289f7d8e2
1
<!doctype
html
>
2
<!--
3
* Copyright 2015 The Chromium Authors. All rights reserved. Use of this
4
* source code is governed by a BSD-style license that can be found in the
5
* LICENSE file.
6
-->
7
<html>
8
<body>
9
<div
id
=
"object-container"
></div>
10
<script
src
=
"main.js"
></script>
11
</body>
12
</html>