Skip to content

Instantly share code, notes, and snippets.

@mrpharderwijk
Created October 18, 2022 11:33
Show Gist options
  • Select an option

  • Save mrpharderwijk/0b8256089251edee670110ed941ce42c to your computer and use it in GitHub Desktop.

Select an option

Save mrpharderwijk/0b8256089251edee670110ed941ce42c to your computer and use it in GitHub Desktop.
building-a-simple-one-page-website-with-bootstrap-and-github-pages
<!DOCTYPE html>
<html lang="en">
<head>
<meta
http-equiv="Content-Type"
content="text/html; charset=utf-8"
/>
<meta
name="description"
content="This is my awesome website build with Bootstrap and Github Pages"
/>
<meta
name="author"
content="Mr. Anonymous"
/>
<meta
name="viewport"
content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width"
/>
<title>My Awesome Website</title>
<link
href="css/style.css"
rel="stylesheet"
/>
</head>
<body>
<!-- body -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment