Some cleanup and updates
This commit is contained in:
parent
c2378bb4e0
commit
e2708f2cf8
20
index.html
20
index.html
@ -1,23 +1,29 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html dir="ltr" lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Title goes here</title>
|
<title>Title goes here</title>
|
||||||
<meta name="description" content="description goes here " />
|
<meta name="description" content="description goes here" />
|
||||||
<meta name="author" content="Jan Jastrow" />
|
<meta name="author" content="Jan Jastrow" />
|
||||||
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
|
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
|
||||||
<link rel="dns-prefetch" href="//fonts.gstatic.com" />
|
<link rel="dns-prefetch" href="//fonts.gstatic.com" />
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link type="text/css" rel="stylesheet" href="css/main.min.css" />
|
<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" />
|
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css" />
|
||||||
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
|
<link rel="apple-touch-icon" href="apple-touch-icon.png" type="image/png" />
|
||||||
<link rel="canonical" href="http://projecturl.de/" />
|
|
||||||
<meta name="robots" content="index, follow" />
|
<meta name="robots" content="index, follow" />
|
||||||
<link type="text/plain" rel="author" href="humans.txt" />
|
<link type="text/plain" rel="author" href="humans.txt" />
|
||||||
<meta name="theme-color" content="#fab992" /> <!-- iOS9, Chrome 39+ -->
|
<meta name="theme-color" content="#fab643" /> <!-- iOS9, Chrome 39+ -->
|
||||||
<link rel="icon" sizes="192x192" href="favicon_chrome.png" type="image/png" />
|
<link rel="icon" sizes="192x192" href="favicon_chrome.png" type="image/png" />
|
||||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
||||||
|
<meta property="og:title" content="Malerei Pohlmann" />
|
||||||
|
<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:type" content="image/png" />
|
||||||
|
<link rel="canonical" href="http://projecturl.de/" />
|
||||||
|
<link rel="shortlink" href="http://j.mp/x" />
|
||||||
<!-- for development only
|
<!-- for development only
|
||||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||||
<meta http-equiv="Pragma" content="no-cache" />
|
<meta http-equiv="Pragma" content="no-cache" />
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
--------------------------*/
|
--------------------------*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Target-Blank for CSS-Class "external"
|
/* Target-Blank for CSS-Class "external"
|
||||||
--------------------------*/
|
--------------------------*/
|
||||||
function externalLinks() {
|
function externalLinks() {
|
||||||
|
Loading…
Reference in New Issue
Block a user