Created
January 9, 2018 11:13
-
-
Save slmanju/2034e85ac4c3c71066690dc69a367e7f 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="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
| <meta name="description" content=""> | |
| <meta name="author" content=""> | |
| <title>EMS</title> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css"></link> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"></link> | |
| <link rel="stylesheet" href="stylesheets/style.css"></link> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <% include partials/header %> | |
| <main role="main"> | |
| <div class="jumbotron"> | |
| <h1 class="display-3">EMS</h1> | |
| <p class="lead">Welcome.</p> | |
| </div> | |
| </main> | |
| <% include partials/footer %> | |
| </div> <!-- /container --> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment