diff --git a/about.html b/about.html new file mode 100644 index 0000000..17d7c6f --- /dev/null +++ b/about.html @@ -0,0 +1,42 @@ + + + + + About + + + + + + + + + + + +
+
+ X +
+
+

wnr

+

+ +

+

+ Homepage |  + GitHub |  + Issues |  + Help +

+
+

+ © 2019 + Roderick + Qiu. +

+
+
+ + + \ No newline at end of file diff --git a/index.html b/index.html index 33e6f0e..9aa98c0 100644 --- a/index.html +++ b/index.html @@ -6,11 +6,21 @@ - + + @@ -21,15 +31,16 @@ window.location.href = "timer.html?title=" + $("#title").val() + "&work-time=" + $("#work-time").val() + "&rest-time=" + $("#rest-time").val() + "&loop=" + $("#loop").val(); } } - document.onkeydown = keydown; + document.onkeydown = keydown;
+ About  X
-

+




-
diff --git a/timer.html b/timer.html index a7d9db9..5431d30 100644 --- a/timer.html +++ b/timer.html @@ -6,7 +6,7 @@ - + @@ -23,6 +23,7 @@
Working
+
Stop