From aece38b9239d2f156d598738c90f9c4a3417c07e Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Tue, 31 Dec 2024 19:15:41 +0100 Subject: [PATCH] Updated README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e8543c..2b977e3 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,11 @@ Improved to simpler webserver that runs on port 3333. To get result on url, just run 127.0.0.1:3333/result?url=ekupi.hr for example, and you will get result. -Next to get some http templating setup. +> Next to get some html templating setup. + +Got basic html templates and css going with search boxes. + + +## Go built in library is great + +Had fun with go built in library, everything I nedded right inside.