all repos — searchix @ 73603079e29bc89c54296a9e12b5a779cd84c023

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: serve a very basic html template

Alan Pearce
commit

73603079e29bc89c54296a9e12b5a779cd84c023

parent

7ad48953a4d9470d2f4fe89343c0b09bff410c58

1 file changed, 11 insertions(+), 0 deletions(-)

changed files
A frontend/templates/index.tmpl
@@ -0,0 +1,11 @@
+<!doctype html> +<html lang="en-GB"> + <head> + <meta charset="UTF-8" /> + <title>Searchix</title> + </head> + <body> + <h1>Searchix</h1> + {{ .LiveReload }} + </body> +</html>