add response (with html + css)

This commit is contained in:
2024-11-27 11:33:14 +01:00
parent dc4ef7c7d5
commit 3a6c8ad9a3
11 changed files with 91 additions and 48 deletions

View File

@@ -5,6 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>cws</title>
<link rel="stylesheet" href="style.css">
</head>
<body>

4
www/style.css Normal file
View File

@@ -0,0 +1,4 @@
body {
background-color: black;
color: white;
}