Moar sorting. Deleted 'dir=ltr' from html element.
This commit is contained in:
parent
39b4105e0b
commit
f049861d34
@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html dir="ltr" lang="en">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Title goes here</title>
|
||||
@ -11,8 +11,6 @@
|
||||
<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="robots" content="index, follow" />
|
||||
<link type="text/plain" rel="author" href="humans.txt" />
|
||||
<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" />
|
||||
@ -22,8 +20,10 @@
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:image" content="x.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" />
|
||||
|
Loading…
Reference in New Issue
Block a user