mirror of
https://github.com/Kugelschieber/schnittfest.git
synced 2026-01-18 10:20:27 +00:00
HTML head.
This commit is contained in:
@@ -1 +1,36 @@
|
||||
{{index .Vars "test"}}
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<base href="/" />
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="copyright" content="Schnittfest GmbH" />
|
||||
<meta name="author" content="Emvi Software GmbH" />
|
||||
<meta name="title" content="" />
|
||||
<meta name="description" content="" />
|
||||
<meta name="msapplication-TileColor" content="#000000" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="twitter:card" content="product" />
|
||||
<meta name="twitter:site" content="@schnittfest" />
|
||||
<meta name="twitter:title" content="" />
|
||||
<meta name="twitter:description" content="" />
|
||||
<meta name="twitter:image" content="" />
|
||||
<meta property="og:url" content="https://schnittfest.gmbh/" />
|
||||
<meta property="og:title" content="" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:image" content="" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="" />
|
||||
<link rel="mask-icon" href="" color="#000000" />
|
||||
|
||||
<title>Schnittfest</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Hallo Welt!
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user