This repository has been archived on 2020-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
hugo-blog/dist/index.html

15 lines
426 B
HTML
Raw Normal View History

2020-04-17 17:22:23 +00:00
<!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>