<!DOCTYPE html>
<html lang="de">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Junge-Technik.de | 2009-2023</title>
	<!-- Danke für alles! Wir sehen uns sicher woanders wieder? -->
	<style type="text/css">
		body {
			margin:80px;
			font-family: "Courier";
			background-color:#f5f5f5;
			font-size:20px;
		}
		a {
			color:black;
		}
		.anaglyph {
		  box-sizing: content-box;
		  border: none;
		  font: normal 50px/normal "Impact", Helvetica, sans-serif;
		  color: rgb(51, 51, 51);
		  text-overflow: clip;
		  letter-spacing: 3px;
		  text-shadow: -3px 0 1px rgb(30,242,241) , 3px 0 1px rgb(246,5,10) ;
		}
	</style>
  </head>
  <body>
    <div class="anaglyph">Es war uns eine Freude!</div>
    <p>Am <strong>01. Mai 2009</strong> ging Junge-Technik.de mit der ersten Newsmeldung online.</p>
	<p>Heute, am <strong>01. Mai 2023</strong>, ist Schluss!</p>
	<p>Wir bedanken uns bei allen Besuchern der letzten 14 Jahre! Es war eine tolle Zeit.</p>
	<p>Danke und bis bald!<br><em>Anton & Marc</em></p>
  </body>
</html>