7 lines
410 B
PHP
7 lines
410 B
PHP
|
|
<header style="text-align: center; padding: 4rem 0 2rem;">
|
||
|
|
<h1 style="font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 1rem;">Welcome to FolderWeb</h1>
|
||
|
|
<p style="font-size: clamp(1.125rem, 2vw, 1.5rem); color: oklch(0.5 0 0); max-width: 60ch; margin: 0 auto;">
|
||
|
|
A minimalist PHP framework that turns folders into websites. No JavaScript, no build tools, just simple files.
|
||
|
|
</p>
|
||
|
|
</header>
|