Compare commits

...

1 commit

Author SHA1 Message Date
faaa152dcc website: init 2025-04-14 10:43:04 +02:00
2 changed files with 14 additions and 0 deletions

11
website/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<link rel="stylesheet" href="style.css">
<html>
<body>
<h1 class="heading"> My Website</h1>
</body>
</html>

3
website/style.css Normal file
View file

@ -0,0 +1,3 @@
h1 {
text-align: center;
}