mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-28 13:39:44 +07:00
* Remove docs folder. This was a redirect from a GitHub pages site that does not appear to be in use. * Rename api folder to api-samples. * Move examples to functional-samples folder. * Move cookbook sample to functional-samples. * Move tutorials to functional-samples folder. * Move mv2 and apps folders to _archive. * Rename tools folder to .repo. * Move reference folder to functional-samples. * Update README. Update README with new relative links for reorg. * Update README.md Co-authored-by: amysteamdev <37001393+AmySteam@users.noreply.github.com> --------- Co-authored-by: amysteamdev <37001393+AmySteam@users.noreply.github.com>
37 lines
1.3 KiB
HTML
37 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>World Clock Chrome App</title>
|
|
<script type="text/javascript" src="lib/right.js"></script>
|
|
<script type="text/javascript" src="../lib/jquery-1.7.2.min.js"></script>
|
|
<script type="text/javascript" src="../lib/tipTipv13/jquery.tipTip.minified.js"></script>
|
|
<script type="text/javascript" src="http://code.jquery.com/qunit/git/qunit.js"></script>
|
|
<script type="text/javascript" src="../clock.js"></script>
|
|
<script type="text/javascript" src="../alarm.js"></script>
|
|
<script type="text/javascript" src="../timer.js"></script>
|
|
<script type="text/javascript" src="../stopwatch.js"></script>
|
|
<script type="text/javascript" src="../script.js"></script>
|
|
<script type="text/javascript" src="clock_test.js"></script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="http://code.jquery.com/qunit/git/qunit.css">
|
|
</head>
|
|
|
|
<body>
|
|
<h1 id="qunit-header">World Clock Tests</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
|
|
<div id="qunit-fixture">
|
|
<div class="world"><div class="clock-id"><div class="clock"></div></div></div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|