From 20560419614e22fbb58567cdb0b88b54caf679f4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 18 Apr 2024 11:06:32 +0100 Subject: Adds code from ded-go-core - no database D2S test app code removed (nginx error). Adds all go code from `ded-go-core` using the basic Gov.UK UI for a test page for DED. --- ui/html/pages/home.tmpl.html | 56 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 ui/html/pages/home.tmpl.html (limited to 'ui/html/pages/home.tmpl.html') diff --git a/ui/html/pages/home.tmpl.html b/ui/html/pages/home.tmpl.html new file mode 100644 index 0000000..1164108 --- /dev/null +++ b/ui/html/pages/home.tmpl.html @@ -0,0 +1,56 @@ +{{ define "title"}}Home{{ end }} + +{{ define "main" }} +

DefNucSyR Engagement Database (DED)

+ +
+
+
+

+ + Regulation + +

+
+
+

Stuff here

+
+
+
+
+

+ + Submarines & Propulsion Team + +

+
+
+

Stuff here

+
+
+
+
+

+ + Warhead & Transport Team + +

+
+
+

Stuff here

+
+
+
+
+

+ + How people read + +

+
+
+

This is the content for How people read.

+
+
+
+{{ end }} -- cgit v1.2.3