chore: update content; ignore temp files

This commit is contained in:
Ayo 2023-10-16 09:26:57 +02:00
parent f3c12f5d72
commit 4b256563b4
2 changed files with 10 additions and 2 deletions

3
.gitignore vendored
View file

@ -5,3 +5,6 @@ node_modules
.output
.env
dist
*~
*swp
*swo

View file

@ -37,7 +37,10 @@
header, main, footer {
padding: 0.5em 1em;
}
main {
max-width: 35em;
margin: 0 auto;
}
</style>
</head>
<body>
@ -49,7 +52,7 @@
</header>
<main>
<p>
McFly is a full-stack web framework that grows with you.
<strong>McFly</strong> is a full-stack no-framework framework that assists developers in leveraging the web platform.
</p>
<p>
Start at the very basic of
@ -67,7 +70,9 @@
<p>Read more on <a href="https://github.com/ayoayco/mcfly#readme">GitHub</a>.</p>
</main>
<footer>
<p>
<small>A project by <a href="https://ayco.io">Ayo Ayco</a></small>
</p>
</footer>
</body>
</html>