21 lines
364 B
HTML
21 lines
364 B
HTML
<!DOCTYPE html>
|
|
<html lang="nl-NL">
|
|
<head>
|
|
<title>Immanuelkapel</title>
|
|
</head>
|
|
<style>
|
|
.text_container {
|
|
margin: auto;
|
|
width: 60%;
|
|
padding: 10px;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
|
|
<body>
|
|
<div class="text_container">
|
|
<h1>Wachten totdat de stream live is</h1>
|
|
</div>
|
|
</body>
|
|
</html>
|