Compare commits

12 Commits
main ... main

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
7a3a267646 index 2026-09-01 09:01:35 +00:00
5b825b7a7a rm please 2026-09-01 09:00:59 +00:00
7bacfe81aa last test 2026-08-31 18:44:24 +00:00
c59efbf8ee test_ssh 2026-08-31 17:37:23 +00:00
c6ac3422b0 re ssh 2026-08-31 17:11:27 +00:00
9248575202 merged 2026-08-31 08:54:56 +00:00
24ac67ffce merge 2026-08-31 08:53:47 +00:00
717496baa5 reset 2026-08-31 08:47:59 +00:00
fefcba2b64 héhé 2026-08-31 00:13:28 +00:00
7 changed files with 22 additions and 1 deletions

View File

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

0
demo.bash_history Normal file
View File

13
index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
youpi youpla
</body>
</html>

0
looolaab.bash_history Normal file
View File

0
looolaabnff.bash_history Normal file
View File

3
style.css Normal file
View File

@@ -0,0 +1,3 @@
body {
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>