rmcg.ie/index.html

24 lines
608 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>
2023-01-18 18:13:38 +01:00
<title>rmcg.ie</title>
2022-01-19 12:54:59 +01:00
</head>
<body>
<header>
<div>
2023-01-18 02:49:45 +01:00
<img class="logo" src="./imgs/recolored_fedora.svg" alt="Image of a purple Fedora hat">
2023-01-18 18:13:38 +01:00
<h1>Coming Soon™</12>
<p>Personal domain for Robert McGovern</p>
2022-01-19 12:54:59 +01:00
</div>
</header>
</body>
2023-01-18 02:49:45 +01:00
</html>