mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-30 13:59:35 +07:00
15 lines
354 B
HTML
15 lines
354 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="css/index.css">
|
|
</head>
|
|
<body>
|
|
<div id="add-project" class="header"></div>
|
|
<div id="projects"></div>
|
|
<div id="console" class="hidden"></div>
|
|
|
|
<script src="js/zip/zip.js"></script>
|
|
<script src="js/webstore.js"></script>
|
|
<script src="js/index.js"></script>
|
|
</body>
|
|
</html>
|