Skip to content

Instantly share code, notes, and snippets.

@slmanju
Created January 9, 2018 11:13
Show Gist options
  • Select an option

  • Save slmanju/2034e85ac4c3c71066690dc69a367e7f to your computer and use it in GitHub Desktop.

Select an option

Save slmanju/2034e85ac4c3c71066690dc69a367e7f to your computer and use it in GitHub Desktop.
<!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