From cad92a9ad2e49950297485804f2911781bcd1554 Mon Sep 17 00:00:00 2001 From: ashley Date: Fri, 25 Oct 2024 23:03:09 +0000 Subject: [PATCH] add h2 --- html/landing.ejs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/landing.ejs b/html/landing.ejs index 9f65379e..5c44de14 100644 --- a/html/landing.ejs +++ b/html/landing.ejs @@ -167,7 +167,8 @@ const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3);
<%- feature.icon %> - <%- feature.title %>
+

<%- feature.title %>

+

<%- feature.description %>

<% }) %>