addition of new dashboard
This commit is contained in:
21
backend/http/views/agreement.ejs
Normal file
21
backend/http/views/agreement.ejs
Normal file
@@ -0,0 +1,21 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<%- include('./include/header.ejs', { title: 'JLINC - MyTerms Agreement' }) %>
|
||||
|
||||
<style>
|
||||
a {
|
||||
color: #31A9BA !important
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="mdc-card" style="background: linear-gradient(333deg, rgb(0, 0, 0) 0%, rgb(79, 55, 139) 100%);">
|
||||
|
||||
<%- agreement %>
|
||||
|
||||
</div>
|
||||
<br>
|
||||
View the <a href="<%- rawUrl %>">raw agreement content</a>.
|
||||
|
||||
|
||||
<%- include('./include/footer.ejs') %>
|
||||
Reference in New Issue
Block a user