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

39 lines
744 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>
<style>
body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 100%;
width: 100vh;
height: 100vw;
color: #010101;
}
h1 {
font-size: 6em;
}
p {
font-size: 2em;
}
a {
font-size: 1.1em;
}
</style>
</head>
<body>
<h1>Coming Soon ...</h1>
<p>why not check out my <a href="blog">blog</a> for now?</p>
</body>
</html>