← back to AbramsOS

views/partials/footer.ejs

20 lines

  </main>
  <footer class="glass">
    <small>Contact: <a href="mailto:<%= infoEmail %>"><%= infoEmail %></a></small>
    <small>Drafts only — not legal advice. See docs/COMPLIANCE.md.</small>
  </footer>
  </div><!-- /content-wrap -->
  </div><!-- /applayout -->
  <% if (typeof userId !== 'undefined' && userId) { %>
  <%- include('chat') %>
  <% } %>
  <script src="/js/theme.js"></script>
  <% if (typeof userId !== 'undefined' && userId) { %>
  <script src="/js/chat.js"></script>
  <% } %>
  <% if (typeof gridScript !== 'undefined' && gridScript) { %>
    <script src="/js/sort-density.js"></script>
  <% } %>
</body>
</html>