Move resource links to /game because i'm too lazy
This commit is contained in:
		@ -94,7 +94,7 @@
 | 
				
			|||||||
				© 2020 Oskar / FaSTTUBe
 | 
									© 2020 Oskar / FaSTTUBe
 | 
				
			||||||
			</span>
 | 
								</span>
 | 
				
			||||||
		</main>
 | 
							</main>
 | 
				
			||||||
		<script src="/qrcodejs/qrcode.min.js"></script>
 | 
							<script src="game/qrcodejs/qrcode.min.js"></script>
 | 
				
			||||||
		<script>
 | 
							<script>
 | 
				
			||||||
			var fv = document.getElementById('formView')
 | 
								var fv = document.getElementById('formView')
 | 
				
			||||||
			var pa = document.getElementById('printA')
 | 
								var pa = document.getElementById('printA')
 | 
				
			||||||
 | 
				
			|||||||
@ -5,7 +5,7 @@
 | 
				
			|||||||
		<meta charset="utf-8">
 | 
							<meta charset="utf-8">
 | 
				
			||||||
		<meta name="theme-color" content="#c50e1f">
 | 
							<meta name="theme-color" content="#c50e1f">
 | 
				
			||||||
		<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
 | 
							<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
 | 
				
			||||||
		<link href="style.css" rel="stylesheet" type="text/css">
 | 
							<link href="game/style.css" rel="stylesheet" type="text/css">
 | 
				
			||||||
		<script>
 | 
							<script>
 | 
				
			||||||
			// 1st script, prepares values needed for writing document
 | 
								// 1st script, prepares values needed for writing document
 | 
				
			||||||
			function getParams() {
 | 
								function getParams() {
 | 
				
			||||||
@ -24,7 +24,7 @@
 | 
				
			|||||||
	</head>
 | 
						</head>
 | 
				
			||||||
	<body>
 | 
						<body>
 | 
				
			||||||
		<h1><script>
 | 
							<h1><script>
 | 
				
			||||||
			document.write(qp.checkpoint ? ("Checkpoint<br>" + qp.checkpoint) : 'Schnitzeljagt<br>V 0.1')
 | 
								document.write(qp.checkpoint ? ("Checkpoint<br>" + qp.checkpoint) : 'Schnitzeljagd<br>V 0.1')
 | 
				
			||||||
		</script></h1>
 | 
							</script></h1>
 | 
				
			||||||
		<div id="startpage">
 | 
							<div id="startpage">
 | 
				
			||||||
			This is a web app to track games at the 20J FaSTTUBe festival.<br><br>
 | 
								This is a web app to track games at the 20J FaSTTUBe festival.<br><br>
 | 
				
			||||||
@ -39,7 +39,7 @@
 | 
				
			|||||||
			<br><br>
 | 
								<br><br>
 | 
				
			||||||
			© 2025 made by <a target="_blank" href="mailto:o.winkels@fasttube.de">Oskar</a>
 | 
								© 2025 made by <a target="_blank" href="mailto:o.winkels@fasttube.de">Oskar</a>
 | 
				
			||||||
			for <a target="_blank" href="//fasttube.de">FaSTTUBe</a>.<br>
 | 
								for <a target="_blank" href="//fasttube.de">FaSTTUBe</a>.<br>
 | 
				
			||||||
			For source code & licensing see <a href="//git.fasttube.de/FaSTTUBe/schnitzeljagt">git repo</a>
 | 
								For source code & licensing see <a href="//git.fasttube.de/FaSTTUBe/schnitzeljagd">git repo</a>
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
		<form id="mainform" action="javascript:void(0);" style="display: none">
 | 
							<form id="mainform" action="javascript:void(0);" style="display: none">
 | 
				
			||||||
			<label>
 | 
								<label>
 | 
				
			||||||
@ -48,6 +48,6 @@
 | 
				
			|||||||
			</label>
 | 
								</label>
 | 
				
			||||||
			<input type="submit" value="Einchecken">
 | 
								<input type="submit" value="Einchecken">
 | 
				
			||||||
		</form>
 | 
							</form>
 | 
				
			||||||
		<script src="main.js"></script>
 | 
							<script src="game/main.js"></script>
 | 
				
			||||||
	</body>
 | 
						</body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
 | 
				
			|||||||
@ -5,7 +5,7 @@
 | 
				
			|||||||
		<meta charset="utf-8">
 | 
							<meta charset="utf-8">
 | 
				
			||||||
		<meta name="theme-color" content="#c50e1f">
 | 
							<meta name="theme-color" content="#c50e1f">
 | 
				
			||||||
		<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
 | 
							<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
 | 
				
			||||||
		<link href="view.css" rel="stylesheet" type="text/css">
 | 
							<link href="game/view.css" rel="stylesheet" type="text/css">
 | 
				
			||||||
	</head>
 | 
						</head>
 | 
				
			||||||
	<body>
 | 
						<body>
 | 
				
			||||||
		<header>
 | 
							<header>
 | 
				
			||||||
@ -31,6 +31,6 @@
 | 
				
			|||||||
				</div>
 | 
									</div>
 | 
				
			||||||
			</section>
 | 
								</section>
 | 
				
			||||||
		</main>
 | 
							</main>
 | 
				
			||||||
		<script src="view.js"></script>
 | 
							<script src="game/view.js"></script>
 | 
				
			||||||
	</body>
 | 
						</body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user