website: init

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit faaa152dcc
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;
}