Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions md/uk/tutorial.firstpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ origin_hash: ddf652f5224dc9f1fa9671347921941ca401ea50
<!DOCTYPE html>
<html>
<head>
<title>Тестируем PHP</title>
<title>Тестуємо PHP</title>
</head>
<body>
<?php echo '<p>Привет, мир!</p>'; ?>
<?php echo '<p>Привіт, світ!</p>'; ?>
</body>
</html>
```
Expand All @@ -31,10 +31,10 @@ origin_hash: ddf652f5224dc9f1fa9671347921941ca401ea50
<!DOCTYPE html>
<html>
<head>
<title>Тестируем PHP</title>
<title>Тестуємо PHP</title>
</head>
<body>
<p>Привет, мир!</p>
<p>Привіт, світ!</p>
</body>
</html>
```
Expand Down