diff --git a/app/main.py b/app/main.py
index 57eec28..948b69d 100644
--- a/app/main.py
+++ b/app/main.py
@@ -78,6 +78,11 @@ async def landing_page(request: Request):
return templates.TemplateResponse('landing_page.html', {'request': request})
+@app.get("/datadiscovery", response_class=HTMLResponse, include_in_schema=False)
+async def datadiscovery(request: Request):
+ return templates.TemplateResponse('datadiscovery.html', {'request': request})
+
+
def custom_openapi():
if app.openapi_schema:
return app.openapi_schema
diff --git a/app/templates/datadiscovery.html b/app/templates/datadiscovery.html
new file mode 100644
index 0000000..35f9c00
--- /dev/null
+++ b/app/templates/datadiscovery.html
@@ -0,0 +1,39 @@
+{% extends "_base.html" %}
+{% block title %}Home{% endblock %}
+{% block body %}
+
+ This tool and associated API allow schema validation, data validation and conversion of your AGS files. Files are not saved or stored by this tool. Also included are links to our other AGS data related services and applications
+AGS4 File Utilities Tool and API
+
+ Tools and Utilities
+
+
+
+
Use the map below to find AGS data, click on the markers to find borehole information, links to graphical logs and the original submitted data.
+The map will show a maximum of 100 AGS markers - users may need to pan/zoom to display markers of interest.
+If no AGS Submission Record is shown at the link provided there is likely a legacy confidentiality restriction.
+This tool and associated API allow schema validation, data validation and conversion of your AGS files. Files are not saved or stored by this tool. Also included are links to our other AGS data related services and applications
Use the map below to find AGS data, click on the markers to find borehole information, links to graphical logs and the original submitted data.
-The map will show a maximum of 100 AGS markers - users may need to pan/zoom to display markers of interest.
-If no AGS Submission Record is shown at the link provided there is likely a legacy confidentiality restriction.
-Convert .ags file(s) to/from .xlsx.