diff --git a/html/partials/header.ejs b/html/partials/header.ejs index 3d18e4c..07e1c9e 100644 --- a/html/partials/header.ejs +++ b/html/partials/header.ejs @@ -31,10 +31,7 @@
-
- - -
+ <%- include('./search.ejs') %>
@@ -122,4 +119,5 @@ color: white; gap: 6px; } - \ No newline at end of file + + \ No newline at end of file diff --git a/html/partials/search.ejs b/html/partials/search.ejs new file mode 100644 index 0000000..7677967 --- /dev/null +++ b/html/partials/search.ejs @@ -0,0 +1,88 @@ +
+ + +
+
+ + + \ No newline at end of file