mirror of https://github.com/JustKato/FreePad.git
				
				
				
			
		
			
				
	
	
		
			21 lines
		
	
	
		
			853 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			853 B
		
	
	
	
		
			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 property="og:title" content="FreePad.com" />
 | 
						|
    <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/favicon.png"/>
 | 
						|
 | 
						|
    <meta name="color-scheme" content="light dark">
 | 
						|
 | 
						|
    <link href="https://cdn.jsdelivr.net/npm/bootstrap-dark-5@1.1.3/dist/css/bootstrap-nightshade.min.css" rel="stylesheet">
 | 
						|
    <!-- Love https://vinorodrigues.github.io/bootstrap-dark-5/ -->
 | 
						|
    <link rel="stylesheet" href="/static/css/main.css">
 | 
						|
</head>
 | 
						|
{{ end }} |