Emojis, initial easycal
This commit is contained in:
26
easycal/index.html
Normal file
26
easycal/index.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>EasyCal</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="3603">
|
||||
<link rel="stylesheet" href="easycal.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="current">
|
||||
<div id="currentName"></div>
|
||||
<div id="currentLeft"></div>
|
||||
</div>
|
||||
<div id="next">
|
||||
<div id="nextTitle">Next:</div>
|
||||
<div id="nextName"></div>
|
||||
</div>
|
||||
|
||||
<script src="easycal.js"></script>
|
||||
|
||||
<script async defer src="https://apis.google.com/js/api.js"
|
||||
onload="this.onload=function() {}; handleClientLoad();"
|
||||
onreadystatechange="if (this.readyState === 'complete') this.onload();">
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user