12 lines
		
	
	
		
			431 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			431 B
		
	
	
	
		
			HTML
		
	
	
	
| <!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>
 | |
| </head>
 | |
| <div id="wrap">
 | |
|     <p id="ddate">Need javascript enabled</p>
 | |
|     <p id="dtime">00:00:00</p>
 | |
| </div>
 | |
| </html>
 |