Convert English

This commit is contained in:
John Doe 2025-06-04 13:52:14 +00:00
parent 1e83b91403
commit b7291a9eb7

View File

@ -1,9 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="tr"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Qoding Projesi</title> <title>Qoding Project</title>
<style> <style>
body { body {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
@ -20,7 +20,7 @@
</style> </style>
</head> </head>
<body> <body>
<h1>Merhaba Dünya</h1> <h1>Hello World</h1>
<p>Bu bir Qoding şablonudur.</p> <p>This is a Qoding template.</p>
</body> </body>
</html> </html>