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

27 lines
567 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>Settings</h1>
<p>This will be a visiual interface to edit the config file</p>
<p>Things like enabling exchanges, currencies and setting excahnge account settings</p>
</div>
</main>
<footer>
<% include ../partials/footer %>
</footer>
</body>
</html>