Last active
August 29, 2015 14:15
-
-
Save miyagui/1c4b67d9cf075fe90aeb to your computer and use it in GitHub Desktop.
A good way to start the day.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Built in php serve | |
php -S localhost:8000 | |
//My Header | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css"> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment