first commit

This commit is contained in:
2024-09-22 00:17:35 +03:00
commit 63380e77ac
8 changed files with 48 additions and 0 deletions

11
anilkorayTR/good.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Passed!</title>
</head>
<body>
<h1>Welcome back mate!</h1>
<p>You're<strong>not COMMUNIST!</strong>Congratz!!!!!!</p>
</body>
</html>