added info-page
This commit is contained in:
		
							parent
							
								
									9616ccac1c
								
							
						
					
					
						commit
						0074c393b6
					
				
					 2 changed files with 786 additions and 4 deletions
				
			
		
							
								
								
									
										12
									
								
								index.html
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								index.html
									
										
									
									
									
								
							|  | @ -30,18 +30,22 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||
| 	<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||||
| </head> | ||||
| <body style="padding:0;margin:0;"> | ||||
| 	<div id="uhr"></div> | ||||
| 	<a href="info/"> | ||||
| 		<div id="uhr"></div> | ||||
| 	</a> | ||||
| 	<p id="disclaimer">Created by fritteli, inspired by <a href="http://www.qlocktwo.com/">QLOCKTWO</a>. | ||||
| 	<script type="text/javascript" src="uhr-de_CH.js"></script> | ||||
| 	<script type="text/javascript" src="uhr-de.js"></script> | ||||
| 	<script type="text/javascript" src="uhr-en.js"></script> | ||||
| 	<script type="text/javascript"> | ||||
| 		(function($) { | ||||
| 			var width = $(window).width(); | ||||
| 			var height = $(window).height(); | ||||
| 			var size = (width < height ? width : height) + 'px'; | ||||
| 			$('#uhr').uhr({ | ||||
| 				width: size | ||||
| 				width: size, | ||||
| 				color: 'black', | ||||
| 				language: 'de_CH', | ||||
| 				force: true, | ||||
| 				controls: false | ||||
| 			}); | ||||
| 		})(jQuery); | ||||
| 	</script> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue