<!DOCTYPE html>
<html>
<head>
<title>Surf & Fries Lowveld</title>
<style>
body {
margin: 0;
background-color: black;
color: white;
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
text-align: center;
}
h1 {
font-size: 48px;
margin-bottom: 10px;
}
p {
font-size: 20px;
color: #ccc;
}
</style>
</head>
<body>
<div>
<h1>Surf & Fries Lowveld</h1>
<p>Coming Soon</p>
</div>
</body>
</html>