This is an automated email from the ASF dual-hosted git repository.

gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git

commit e008e187733fc7b9770e14d9d891ce1bf72d7691
Author: Greg Stein <[email protected]>
AuthorDate: Sun Sep 28 13:09:59 2025 -0500

    remove content dupliated in header/footer.ezt. Tweak text and add vertical 
margin
---
 v3/server/templates/home.ezt | 24 ++++++------------------
 1 file changed, 6 insertions(+), 18 deletions(-)

diff --git a/v3/server/templates/home.ezt b/v3/server/templates/home.ezt
index c405974..dd0bdf0 100644
--- a/v3/server/templates/home.ezt
+++ b/v3/server/templates/home.ezt
@@ -1,13 +1,4 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Apache STeVe</title>
-    <link href="/static/css/bootstrap.min.css" rel="stylesheet" 
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9">
-</head>
-<body>
-    [include "header.ezt"]
+[include "header.ezt"]
     <div class="container">
         <p class="my-3">
           Welcome! What are you here for? Select an option below.
@@ -48,15 +39,12 @@
             </div>
         </div>
 
-        <p>
-          This site is being served using the
-          <a href="https://steve.apache.org/";>Apache STeVe</a>
-          codebase, from the
+        <p class="mt-3">
+          This site is being served using
+          <a href="https://steve.apache.org/";>Apache STeVe</a>,
+          from the
           <a href="https://www.apache.org/";>Apache Software Foundation</a>.
         </p>
     </div>
 
-    [include "footer.ezt"]
-    <script src="/static/js/bootstrap.bundle.min.js" 
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"></script>
-</body>
-</html>
+[include "footer.ezt"]

Reply via email to