This builds the important website for both snix.systems and its predecessor, tvix.systems. Change-Id: I4cce5595098c804bd4df0cc2ae3c05344138e7b1 Reviewed-on: https://cl.snix.dev/c/snix/+/30502 Autosubmit: Florian Klink <flokli@flokli.de> Reviewed-by: Ryan Lahfa <ryan@lahfa.xyz> Tested-by: besadii
		
			
				
	
	
		
			41 lines
		
	
	
	
		
			992 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
	
		
			992 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
| 	<meta charset="utf-8">
 | |
| 	<title>@title@</title>
 | |
| 	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
 | |
| 	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css">
 | |
| 	<script src="https://code.jquery.com/jquery-2.2.1.min.js"></script>
 | |
| 	<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
 | |
| 	<style>
 | |
| 	html {
 | |
| 		height: 100%;
 | |
| 	}
 | |
| 	body {
 | |
| 		background: #f8f8f8;
 | |
| 		height: 100%;
 | |
| 	}
 | |
| 	.container {
 | |
| 		display: flex;
 | |
| 		justify-content: center;
 | |
| 		align-items: center;
 | |
| 		height: 100%;
 | |
| 	}
 | |
| 	.solves-this {
 | |
| 		max-width: 60%;
 | |
|     max-height: 50%;
 | |
| 	}
 | |
| 	.subtitle {
 | |
| 		text-align: center;
 | |
| 		font-weight: bold;
 | |
| 		font-size: 6em;
 | |
| 	}
 | |
| 	</style>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
| <div class="container">
 | |
| 	<img src="solves-this.png" class="img-responsive solves-this" alt="The "Get Better Material" meme with "@title@"" />
 | |
| </div>
 | |
| </body>
 | |
| </html>
 |