15 lines
426 B
HTML
15 lines
426 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||
|
<link rel="stylesheet" href="./assets/css/style.css">
|
||
|
<title>rayelliott.dev</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Coming Soon ...</h1>
|
||
|
<p>why not check out my <a href="blog">blog</a> for now?</p>
|
||
|
</body>
|
||
|
</html>
|