21 lines
467 B
HTML
21 lines
467 B
HTML
<!DOCTYPE html>
|
|
<html lang="pl">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
<title>Test v3 (also new name)</title>
|
|
</head>
|
|
|
|
<body>
|
|
<hr>
|
|
<p>something new as line 1</p>
|
|
|
|
<p>tekst 234 - this is also changed (again), let's hope for a conflict this time</p>
|
|
|
|
<p>maybe it won't merge automatically....</p>
|
|
<hr>
|
|
|
|
</body>
|
|
</html> |