Files
gocryptotrader/web/glorious-web/views/pages/index.ejs
2016-07-16 19:06:18 +10:00

26 lines
415 B
Plaintext

<!-- views/pages/index.ejs -->
<!DOCTYPE html>
<html lang="en">
<head>
<% include ../partials/head %>
</head>
<body class="container">
<header>
<% include ../partials/header %>
</header>
<main>
<div class="jumbotron">
<h1>Hello world!</h1>
</div>
</main>
<footer>
<% include ../partials/footer %>
</footer>
</body>
</html>