projects
/
experiments
/
scss-responsive-toggle-menu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9411f71
)
index.html: make the header follow what html5-boilerplate does
author
Antonio Ospite <ao2@ao2.it>
Fri, 30 Jun 2017 09:34:11 +0000
(11:34 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Fri, 30 Jun 2017 09:34:11 +0000
(11:34 +0200)
index.html
patch
|
blob
|
history
diff --git
a/index.html
b/index.html
index
d098b89
..
1c0a54b
100644
(file)
--- a/
index.html
+++ b/
index.html
@@
-1,13
+1,12
@@
<!doctype html>
<!doctype html>
-
<html lang="en">
<head>
<meta charset="utf-8">
<html lang="en">
<head>
<meta charset="utf-8">
-
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Toggle Navigation: No JS</title>
<meta name="description" content="Toggle Navigation: No JS">
<meta name="author" content="Antonio Ospite">
<title>Toggle Navigation: No JS</title>
<meta name="description" content="Toggle Navigation: No JS">
<meta name="author" content="Antonio Ospite">
- <meta name="viewport" content="width=device-width, initial-scale=1
.0
">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
</head>
<link rel="stylesheet" href="css/style.css">
</head>