diff --git a/templates/history.html b/templates/history.html new file mode 100644 index 0000000..49645a4 --- /dev/null +++ b/templates/history.html @@ -0,0 +1,79 @@ +{% extends "base.html" %} + +{% block title %}AS215085 - Router tools | History{% endblock %} + +{% block content %} +
+

Total Route History

+
+
+ + + +
+
+
+ +
+
+ +
+ + + + + + +{% endblock %} \ No newline at end of file