flesh out frontend
This commit is contained in:
23
views/index.ejs
Normal file
23
views/index.ejs
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
||||
|
||||
<head>
|
||||
<%- include("head", locals) %>
|
||||
</head>
|
||||
|
||||
<body class="preload">
|
||||
<%- include("navigation", locals) %>
|
||||
<div class="content">
|
||||
<h1>Build history</h1>
|
||||
<table>
|
||||
<tr>
|
||||
<th>Repo</th>
|
||||
<th>Distro</th>
|
||||
<th>Date Started</th>
|
||||
<th>Build Duration</th>
|
||||
<th>Build Status</th>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user