-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexen.html
46 lines (44 loc) · 1.05 KB
/
indexen.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<link rel='stylesheet' href='style.css'/>
<meta http-equiv="Content-type" content="text/html; charset=shift_jis">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
</head>
<body>
<section>
<!--
Change "Mike" to your own name!
(I'm a comment. You won't see me on the page.)
-->
<h1>一月三十一日</h1>
<div>今から</div>
<section class="countdown">
<div><div id="d"></div>days</div>
<div><div id="h"></div>hours</div>
<div><div id="m"></div>min</div>
<div><div id="s"></div>sec</div>
<!--
</section>
<h1>This year, I want to:</h1>
<!--
What do you want to do?
Add them here in between "<li>" and "</li>"
-->
<!--
<ol>
<li>
Become an astronaut
</li>
<li>
Take up skiing
</li>
<li>
<a href="http://codecademy.com/learn">Learn to code</a>
</li>
</ol>
</section>
-->
<script src='script.js'></script>
</body>
</html>