mirror of
https://github.com/JustKato/FreePad.git
synced 2026-02-23 15:50:46 +02:00
Started working on V2 rework
This commit is contained in:
22
templates/inc/header.html
Normal file
22
templates/inc/header.html
Normal file
@@ -0,0 +1,22 @@
|
||||
{{ 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 }}
|
||||
Reference in New Issue
Block a user