go.charczuk.com@v0.0.0-20240327042549-bc490516bd1a/projects/chirp/pkg/static/_views/control_header.html (about) 1 <!-- 2 Copyright (c) 2023 - Present. Will Charczuk. All rights reserved. 3 Use of this source code is governed by a MIT license that can be found in the LICENSE file at the root of the repository. 4 --> 5 {{define "control_header"}} 6 <!DOCTYPE html> 7 <html lang="en"> 8 <head> 9 <meta charset="utf-8"> 10 <title>Chirp!</title> 11 <meta name="referrer" content="no-referrer" /> 12 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> 13 <meta name="robots" content="noimageindex"> 14 <meta name="twitter:card" content="summary"> 15 <link rel="stylesheet" type="text/css" href="/static/css/normalize.css" /> 16 <link rel="stylesheet" type="text/css" href="/static/css/skeleton.css" /> 17 <link rel="stylesheet" type="text/css" href="/static/css/marketing.css" /> 18 </head> 19 <body> 20 {{end}}