mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-10-31 02:05:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <meta charset="utf-8" />
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | |
| <meta name="description" content="@ViewData["SEODescription"]">
 | |
| 
 | |
| <title>@ViewData["Title"]</title>
 | |
| 
 | |
| <!-- crossorigin is a workaround to prevent double downloading bugs in chrome -->
 | |
| <!-- also, the graphite versions of the font are available for use:
 | |
|     <link rel="preload" href="/fonts/LinLibertine_R_G.ttf" as="font" crossorigin/>
 | |
|     <link rel="preload" href="/fonts/LinBiolinum_R_G.ttf" as="font" crossorigin/>
 | |
| -->
 | |
| 
 | |
| @* Resources *@
 | |
| <link rel="preload" href="/img/subtlenet2.png" as="image" />
 | |
| <link rel="preload" href="/fonts/LinBiolinum_Rah.ttf" as="font" crossorigin/>
 | |
| <link rel="preload" href="/fonts/LinLibertine_Rah.ttf" as="font" crossorigin/>
 | |
| <link rel="preload" href="/fonts/LinLibertine_RIah.ttf" as="font" crossorigin/>
 | |
| <link rel="preload" href="/fonts/LinLibertine_RBah.ttf" as="font" crossorigin/>
 | |
| 
 | |
| @* Styles *@
 | |
| <link rel="stylesheet" href="/css/output.css" asp-append-version="true" />
 | |
| 
 | |
| @* JavaScript *@
 | |
| @await Html.PartialAsync("/Views/Shared/_JavaScript.cshtml") | 
