renovations

This commit is contained in:
Ilya Kantor 2015-02-18 21:23:40 +03:00
parent 0eec1aaccb
commit c018a2db03
56 changed files with 459 additions and 594 deletions

View file

@ -2,7 +2,6 @@
<html>
<head>
<title>Часики</title>
<script src="http://code.jquery.com/jquery.min.js"></script>
<meta charset="utf-8">
<style>
.hour { color: green }
@ -21,7 +20,7 @@
// .. ваш код Clock
var pageClock = new Clock({
elem: $('#clock')
elem: document.getElementById('clock')
});
</script>