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 .output
.env .env
dist dist
*~
*swp
*swo

View file

@ -37,7 +37,10 @@
header, main, footer { header, main, footer {
padding: 0.5em 1em; padding: 0.5em 1em;
} }
main {
max-width: 35em;
margin: 0 auto;
}
</style> </style>
</head> </head>
<body> <body>
@ -49,7 +52,7 @@
</header> </header>
<main> <main>
<p> <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>
<p> <p>
Start at the very basic of 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> <p>Read more on <a href="https://github.com/ayoayco/mcfly#readme">GitHub</a>.</p>
</main> </main>
<footer> <footer>
<p>
<small>A project by <a href="https://ayco.io">Ayo Ayco</a></small> <small>A project by <a href="https://ayco.io">Ayo Ayco</a></small>
</p>
</footer> </footer>
</body> </body>
</html> </html>