Compare commits

..

3 Commits

Author SHA1 Message Date
750515a7b9 youpi (test change user name) 2026-09-02 22:50:56 +00:00
7f3984de3e no picture 2026-09-01 22:28:04 +00:00
b97ca0ed6d garbage 2026-09-01 10:59:27 +00:00
4 changed files with 11 additions and 6 deletions

View File

@@ -1 +1 @@
last test last test test

View File

@@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> </head>
<body> <body>
test go go yo youpi youpla
</body> </body>
<footer>
</footer>
</html> </html>

View File

@@ -1,3 +1,3 @@
body { body {
background-color: blue; background-color: red;
} }

5
test.html Normal file
View File

@@ -0,0 +1,5 @@
<!DOCTYPE html>
<html>
<head><title>Test</title></head>
<body><h1>Test</h1></body>
</html>