blob: 02c98fff61d1f9efede96192627f5c4c83b16b89 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<html>
<head>
<% include ./includes/header %>
<title><%= title %></title>
</head>
<body>
<% include ./includes/navbar %>
<div class="jumbotron special-color">
<h2 class="display-4">Projects</h2>
<p class="lead">This is the projects that we are currently working on.</p>
</div>
<% include ./includes/footer %>
</body>
</html>
|