alexkarle.com

Source for alexkarle.com
git clone git://git.alexkarle.com/alexkarle.com.git
Log | Files | Refs | README | LICENSE

commit 147b6f68d0497b8196ff59819f9240d60c2f3392 (patch)
parent 685f23129ac17be3dc1bff6a09a6663d67e49cdc
Author: Alex Karle <alex@karle.co>
Date:   Thu, 19 Dec 2019 23:08:26 -0500

Hello, World

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

diff --git a/index.html b/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title>alex.karle.co</title> + </head> + <body> + <h1>Hello World</h1> + </body> +</html>