Skip to content

Instantly share code, notes, and snippets.

@famanson
Created April 25, 2014 11:44
Show Gist options
  • Save famanson/11286737 to your computer and use it in GitHub Desktop.
Save famanson/11286737 to your computer and use it in GitHub Desktop.
HTML example snippet
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" type="image/png" href="./favicon.ico">
<title>Team Spring Roll</title>
<link href="./css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="./css/springroll.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment