Add index.html

main
Artjoms Marians Ņečajevs 2024-04-27 19:19:58 +00:00
parent 78b383829f
commit f0827057e0
1 changed files with 11 additions and 0 deletions

11
index.html 100644
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tanki 2D</title>
</head>
<body>
<h1>Tanki 2D</h1>
</body>
</html>