aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/dgeflows/src/index.ejs
blob: c207c7bc3a3ae6da851f354ef875ce0ddbde7fa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
    <title><%= title %></title>
    <link rel='stylesheet' href='/stylesheets/style.css' />
  </head>
  <body>
    <center>
    <h1><%= title %></h1>
    <p>Select user</p>
		<% dgeusers.forEach( function(dgeuser) { %>
		  <p><a href='listFlows/<%= dgeuser %>/lib/flows'><%= dgeuser %></a></p>
	  <% }); %>
  </center>
  </body>
</html>