formatting

This commit is contained in:
Filip Rojek 2023-05-29 20:40:22 +02:00
parent af9e6a6376
commit e1951606c0
2 changed files with 29 additions and 29 deletions

View File

@ -29,7 +29,6 @@ $canonical = "https://www.filiprojek.cz/";
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1.0" />

View File

@ -58,3 +58,4 @@ if(isset($_POST['email']) && isset($_POST['message'])) {
echo "<a href='/'>Zpět</a>"; echo "<a href='/'>Zpět</a>";
} }
} }