Created
June 29, 2015 12:34
-
-
Save oreillyross/61652c181212472e22c4 to your computer and use it in GitHub Desktop.
Default html5 page
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
<!DOCTYPE html> | |
<head> | |
<html lang="en"> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>HTML5 Structure</title> | |
<!-- Fonts --> | |
<link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'> | |
<!-- Bootstrap --> | |
<link rel="stylesheet" href="/public/bootstrap/css/bootstrap.min.css"> | |
<!-- FAVICON --> | |
<link rel='shortcut icon' type='image/x-icon' href='images/favicon.png' /> | |
<!-- My Styles --> | |
<link href="/public/styles/main.css" rel="stylesheet"> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment