This commit is contained in:
2024-07-13 17:59:54 +02:00
parent 4d25387a47
commit 03da043be3
9 changed files with 106 additions and 6 deletions
+3
View File
@@ -0,0 +1,3 @@
body {
background-color: red;
}
+10 -1
View File
@@ -1 +1,10 @@
DOCUMENTATION
<!DOCTYPE html>
<html lang="en">
<head>
<link href="./index.css" rel="stylesheet" />
<title>Calculator</title>
</head>
<body></body>
</html>