19 lines
537 B
HTML
Raw Normal View History

2024-09-03 16:09:00 +09:00
{% extends "layout.html" %}
{% block title %}
Home
{% endblock %}
{% block main %}
<br>
<h1>Fleet Manager</h1>
<br>
<a href='/carinfo'>View Car Information</a><br>
2024-09-03 16:09:00 +09:00
<a href='/footage'>View Dashcam Footage</a><br>
<br><a href='/preserved'>Access Preserved Footage</a><br>
<br><a href='/screenrecords'>View Screen Recordings</a><br>
<br><a href='/error_logs'>Access Error Logs</a><br>
<br><a href='/about'>About Fleet Manager</a><br>
2025-03-04 14:37:41 +08:00
<br><a href='/amap_nav'>高德导航</a><br>
2024-09-03 16:09:00 +09:00
{% endblock %}