mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-09-01 01:21:50 +02:00
Add viewport meta
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
<meta property="og:url" content="http://www.phptherightway.com"/>
|
||||
<meta property="og:site_name" content="PHP: The Right Way"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Alfa+Slab+One|Droid+Serif"/>
|
||||
<link rel="stylesheet" href="/styles/all.css"/>
|
||||
<link rel="stylesheet" href="/styles/syntax.css"/>
|
||||
|
Reference in New Issue
Block a user