Cleanup html

This commit is contained in:
Jan Jastrow 2018-08-16 13:02:38 +02:00
parent 7f662ea70f
commit ffa94cc41f
1 changed files with 5 additions and 21 deletions

View File

@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta charset="utf-8" />
<title>Title goes here</title>
<meta name="description" content="description goes here" />
<meta name="author" content="Jan Jastrow" />
@ -10,21 +10,15 @@
<link href='//fonts.gstatic.com' rel='preconnect' crossorigin />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/main.min.css" type="text/css" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css" />
<meta name="theme-color" content="#fab643" /> <!-- iOS9, Chrome 39+ -->
<link rel="icon" sizes="192x192" href="favicon_chrome.png" type="image/png" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/styles.min.css" type="text/css" />
<link rel="icon" href="favicon.png" type="image/png" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" type="image/png" />
<meta property="og:title" content="Malerei Pohlmann" />
<meta property="og:title" content="Title goes here" />
<meta property="og:description" content="description goes here" />
<meta property="og:type" content="website"/>
<meta property="og:image" content="x.png" />
<meta property="og:image" content="something.png" />
<meta property="og:image:type" content="image/png" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="http://projecturl.de/" />
<link rel="shortlink" href="http://j.mp/x" />
<link type="text/plain" rel="author" href="humans.txt" />
<!-- for development only
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
@ -32,15 +26,5 @@
-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Headline</h1>
</header>
<main>
<article class="">
Welcome!
</article>
</main>
</div>
</body>
</html>