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>
|
2022-01-19 13:42:54 +01:00
|
|
|
<img class="logo" src="./imgs/recolored_fedora.svg" alt="Image of a Fedora">
|
|
|
|
<h2>Coming Soon™</h2>
|
2022-01-19 12:54:59 +01:00
|
|
|
<p>Services for website creation, hosting and domain management</p>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|