rmcg.ie/index.html

23 lines
630 B
HTML
Raw Normal View History

2022-01-19 12:54:59 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/style.css">
2022-01-19 12:58:40 +01:00
<script src="./js/script.js" defer></script>
2022-01-19 12:54:59 +01:00
<title>Galshaw.eu</title>
</head>
<body>
<header>
<div>
<img class="logo" src="./imgs/Red_fedora_reworked.svg" alt="Image of a Red Fedora">
<h2>Coming SoonTM</h2>
<p>Services for website creation, hosting and domain management</p>
</div>
</header>
</body>
</html>