@html>
TODO | NeoVan
<@ ../components/menu.neovan @>
NeoVan TODO
This is a non-exhaustive list of features that are intended to be added in the future.
*Note: Everything is currently experimental at the moment to see if there is interest in the project.
- Obvious improvement to parsing/building
- Pre-fetching for links
- URL parameters
- Re-writing in Rust/Actix for better server performance
- Add support for ".neovan" files for VSCode
- Add scoping for components
<@/html>
<@style>
*{margin: 0; padding: 0; box-sizing: border-box;}
body{
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
background: black;
color: white;
box-sizing: border-box;
}
h1{
color: #00ccaa;
margin: 35px 0;
}
p{
margin-bottom: 15px;
font-size: 22px;
}
li{
font-size: 24px;
margin: 10px 0;
}
<@/style>