@html>
<@ ./components/rotating_logo.neovan @>
An anti-framework for building the front-end with plain HTML/CSS/JavaScript
<@/html>
<@style>
.aboveTheFold{
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
height: 100vh;
width: 100%;
position: relative;
overflow: hidden;
}
h2{
text-align: center;
margin: 15px;
}
<@/style>