Skip to content

Instantly share code, notes, and snippets.

@jkishbaugh
Created September 10, 2019 02:11
Show Gist options
  • Save jkishbaugh/cc82ea8a5c859b23a79f24ee4063992a to your computer and use it in GitHub Desktop.
Save jkishbaugh/cc82ea8a5c859b23a79f24ee4063992a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="">
<head>
<title>Title Page</title>
<meta charset="UTF-8">
<meta name=description content="">
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap CSS -->
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" media="screen">
</head>
<body>
<h1 class="text-center">Hello World</h1>
<!-- jQuery -->
<script src="//code.jquery.com/jquery.js"></script>
<!-- Bootstrap JavaScript -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment