Advertisement
FlyFar

server/webui/templates/index.html

Jan 13th, 2024
833
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.30 KB | Cybersecurity | 0 0
  1. {% with title="Ares" %}
  2. {% include "header.html" %}
  3. {% endwith %}
  4.  
  5. <div class="container">
  6.     <section id="main_content">
  7.  
  8.     <p>Welcome to Ares.</p>
  9.     <ul>
  10.     <li><a href="{{ url_for('webui.agent_list') }}">Agent list</a></li>
  11.     </ul>
  12.  
  13.   </section>
  14. </div>
  15.  
  16. {% include "footer.html" %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement