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