Bib-Arts/Views/Footer/footer.phtml
Viktor Sergeev 23e4ded0f3 Header
2025-06-16 10:28:54 +02:00

14 lines
332 B
PHTML

<!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>