mirror of
https://github.com/JustKato/FreePad.git
synced 2026-02-23 15:50:46 +02:00
* HTML Corrections
This commit is contained in:
@@ -5,18 +5,14 @@
|
||||
<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: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/gopher.png"/>
|
||||
<link rel="icon" type="image/png" href="/static/img/favicon.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 href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/static/css/main.css">
|
||||
</head>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user