# HG changeset patch # User Dennis C. M. # Date 1731681961 0 # Node ID 2d31c91cb5b55846fce232a49998c62a4d62acac # Parent 861a976974b55d24b9d1b122e6e4fbae58b5cc9c add code diff -r 861a976974b5 -r 2d31c91cb5b5 src/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/index.html Fri Nov 15 14:46:01 2024 +0000 @@ -0,0 +1,56 @@ + + + + + + + Dennis C. M. + + + + +
+

Dennis C. M.

+

Programmer

+

Projects:

+ +

Active projects:

+ +

Hobbies:

+ +
+ + + \ No newline at end of file diff -r 861a976974b5 -r 2d31c91cb5b5 src/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/style.css Fri Nov 15 14:46:01 2024 +0000 @@ -0,0 +1,18 @@ +body { + margin: 40px auto; + max-width: 650px; + line-height: 1.6; + font-size: 18px; + color: #444; + padding: 0 10px +} + +h1, +h2, +h3 { + line-height: 1.2 +} + +h2 { + font-weight: normal; +} \ No newline at end of file