14 lines
332 B
PHTML
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> |