This commit is contained in:
Viktor Sergeev
2025-06-16 10:28:54 +02:00
parent d435ad36b4
commit 23e4ded0f3
22 changed files with 83 additions and 612 deletions

0
Views/Footer/footer.css Normal file
View File

14
Views/Footer/footer.phtml Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="HTML-5">
<head>
<title>VR Contact</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./footer.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<footer id="footer">
</footer>
</body>
</html>