Skip to content

Instantly share code, notes, and snippets.

@jkishbaugh
Created September 10, 2019 02:11
Show Gist options
  • Select an option

  • Save jkishbaugh/cc82ea8a5c859b23a79f24ee4063992a to your computer and use it in GitHub Desktop.

Select an option

Save jkishbaugh/cc82ea8a5c859b23a79f24ee4063992a to your computer and use it in GitHub Desktop.

Revisions

  1. jkishbaugh created this gist Sep 10, 2019.
    20 changes: 20 additions & 0 deletions bootstrap
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    <!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>