nirm.al

my website
git clone git://git.nirm.al/nirm.al.git
Log | Files | Refs | README | LICENSE

commit 1cfd12a5cfebe222215c0378cfcc566f03c10c59
Author: Nirmal Kumar R <tildezero@gmail.com>
Date:   Mon, 22 Jul 2024 21:18:04 +0530

Initial commit

Diffstat:
Aindex.html | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>Reflections from Nirmal Kumar R</title> + <link href="css/style.css" rel="stylesheet"> + </head> + <body> + Hello, World! + </body> +</html>