Created
September 10, 2019 02:11
-
-
Save jkishbaugh/cc82ea8a5c859b23a79f24ee4063992a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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