mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-31 15:10:42 +00:00
27 lines
567 B
Plaintext
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> |