update 2026-07-09 12:26

This commit is contained in:
nix
2026-07-09 12:26:04 +02:00
parent 4ede7b4aea
commit ddafdbd7f3
119 changed files with 86 additions and 2 deletions
+28
View File
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<title>Test de code sans Claude</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id='DivG'>
<div class='DivLien'>
<a href="https://steampowered.com">Steam</a>
</div>
<div class ='DivLien'>
</div>
</div>
<div id='DivM'>
<div class ='child_div_1'>asd</div>
<div class ='child_div_2'>asd</div>
</div>
<div id='DivD'>
<div class ='child_div_1'>asd</div>
<div class ='child_div_2'>asd</div>
</div>
</body>
</html>