1
0
Fork 0
frontend/index.html

12 lines
211 B
HTML
Raw Normal View History

2022-12-23 18:19:52 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Hello, World!</title>
</head>
<body>
<h1>Hello, World!</h1>
2022-12-23 18:31:28 +00:00
<p>გამარჯობა, ბატონები!</p>
2022-12-23 18:19:52 +00:00
</body>
</html>