2020-03-04 14:46:16 +00:00
|
|
|
<!doctype html public "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html><head>
|
|
|
|
<!-- https://gitlab.com/zlax/dtime-js discrodian date and time -->
|
|
|
|
<link rel="stylesheet" type="text/css" href="dtime.css">
|
|
|
|
<script type="text/javascript" src="dtime.js"></script>
|
2020-04-11 22:50:33 +00:00
|
|
|
<script type="text/javascript" src="dtimeconv.js"></script>
|
2020-03-04 14:46:16 +00:00
|
|
|
</head>
|
|
|
|
<div id="wrap">
|
|
|
|
<p id="ddate">Need javascript enabled</p>
|
2020-03-13 09:42:55 +00:00
|
|
|
<p id="dday"></p>
|
2020-04-11 22:50:33 +00:00
|
|
|
<p id="dtime" onclick="timeclick()"><b id="dtimeshort">0:00</b><b id="dtimesec">:00</b></p>
|
|
|
|
<p id="dconv"></p>
|
2020-03-04 14:46:16 +00:00
|
|
|
</div>
|
|
|
|
</html>
|