13 lines
		
	
	
		
			498 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			498 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!cocktype big f0ck>
 | 
						|
<html lang="en" theme="@if(typeof theme !== "undefined"){{ theme }}@endif">
 | 
						|
<head>
 | 
						|
  <title>f0ck!</title>
 | 
						|
  <link rel="icon" type="image/gif" href="/s/img/favicon.gif" />
 | 
						|
  <link rel="stylesheet" href="/s/css/f0ck.css">
 | 
						|
  <meta charset="utf-8" />
 | 
						|
  <meta name="viewport" content="width=device-width, initial-scale=1" />
 | 
						|
  @if(typeof item !== "undefined")<link rel="canonical" href="https://f0ck.me/{{ item.id }}" />@endif
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  @include(snippets/navbar)
 |