Skip to content

Instantly share code, notes, and snippets.

@livercake
Last active October 5, 2015 23:08
Show Gist options
  • Save livercake/2893323 to your computer and use it in GitHub Desktop.
Save livercake/2893323 to your computer and use it in GitHub Desktop.
html quickstart markup
<!DOCTYPE html>
<html>
<head>
<title>Historias de Corolla</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
<style type="text/css"></style>
</head>
<body style="background-color: #444; color: #444;">
<h1>Hello World!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment