Skip to content
Snippets Groups Projects
template.html 1.49 KiB
Newer Older
  • Learn to ignore specific revisions
  • Jake's avatar
    Jake committed
    <!DOCTYPE html>
    <html lang="de">
    
    
    <head>
    	<title>{{title}}</title>
    	<meta charset="utf-8" />
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<!-- <meta HTTP-EQUIV="REFRESH" content="50; url=#"> -->
    	<!-- <link rel="stylesheet" type="text/css" href="/css/style.css"> -->
    
    Jake's avatar
    Jake committed
    	<link rel="preload" href="/static/style.css" as="style">
    
    	<link rel="stylesheet" type="text/css" href="/static/style.css">
    </head>
    
    <body>
    	<header>
    
    Jake's avatar
    Jake committed
    		<label for="show-header-menu" class="show-header-menu">&#9776;</label>
    
    		<input type="checkbox" id="show-header-menu" role="button">
    
    Jake's avatar
    Jake committed
    		<label for="show-header-menu" class="show-header-menu-bg"> </label>
    
    Jake's avatar
    Jake committed
    			<a href="/index.html"><img id="Logo" src="/resources/assets/banner-logo.png" alt="Home" /></a>
    			<a href="/Über-uns.html">Über uns</a>
    			<a href="/Fachgruppentreffen.html">Fachgruppentreffen</a>
    			<a href="/Cookie-Talks.html">Cookie Talks</a>
    			<a href="/studentische-Informatiktage-(sIT).html">studentische Informatiktage (sIT)</a>
    
    Jake's avatar
    Jake committed
    {{toc}}
    
    Jake's avatar
    Jake committed
    		</nav>-->
    
    Jake's avatar
    Jake committed
    		<footer>
    
    			<span>
    				Last edited by <strong>{{lasteditedauthorname}}</strong>, {{lastediteddaterelative}}
    				({{lastediteddate}}). <a href="{{editurl}}" target="_blank">[EDIT]</a>
    			</span>
    
    Jake's avatar
    Jake committed
    		</footer>
    
    	</main>
    	<footer>
    		<a href="https://asta.uni-goettingen.de/impressum/datenschutz/">Datenschutz</a>
    		<div>Fachgruppe Informatik Göttingen, 2021.</div>
    		<!-- blablabla datenschutz,impressum etc... -->
    	</footer>
    </body>
    
    
    Lorenz Glißmann's avatar
    Lorenz Glißmann committed
    </html>