mirror of https://github.com/JustKato/FreePad.git
				
				
				
			
		
			
				
	
	
		
			22 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
{{ define "inc/header.html"}}
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
    <title>FreePad - {{.title}}</title>
 | 
						|
 | 
						|
    <meta name="description" content="Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time." />
 | 
						|
    <meta property="og:description" content="Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time." />
 | 
						|
            <meta property="fb:app_id" content="231493360234820" />
 | 
						|
    <meta property="og:title" content="FreePad.com - #1 paste tool since 2002!" />
 | 
						|
    <meta property="og:type" content="article" />
 | 
						|
    <meta property="og:site_name" content="FreePad" />
 | 
						|
    <meta property="og:url" content="{{.domain_base}}/" />
 | 
						|
    
 | 
						|
    <link rel="icon" type="image/png" href="/static/img/gopher.png"/>
 | 
						|
 | 
						|
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
 | 
						|
    <link rel="stylesheet" type="text/css" href="https://unpkg.com/bulma-prefers-dark" />
 | 
						|
    <link rel="stylesheet" href="/static/css/main.css">
 | 
						|
</head>
 | 
						|
{{ end }} |