Skip to content

Instantly share code, notes, and snippets.

@liefie
Created October 22, 2018 18:54
Show Gist options
  • Save liefie/80e886a4a46ad03525683572f14ca68f to your computer and use it in GitHub Desktop.
Save liefie/80e886a4a46ad03525683572f14ca68f to your computer and use it in GitHub Desktop.
Basic html template
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="/css/main.css">
<title>Hello world!</title>
</head>
<body>
<h1>Hello world!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment