www/index.html
max da50b1d37b
Implement in-place header with modern CSS
Flexbox are very usefull to center things and make it smarter.
I removed style linking with class and use element directly.

BREAKING-CHANGES: Use new color based on Pantone Color of the Year 2025

Signed-off-by: Max Charrier <max@puffer.fish>
2025-04-19 20:51:23 +02:00

33 lines
738 B
HTML

<!DOCTYPE HTML>
<HTML LANG="fr">
<HEAD>
<TITLE>~max</TITLE>
<META CHARSET="utf-8">
<META NAME="viewport" CONTENT="width=device-width, initial-scale=1">
<META NAME="theme-color" CONTENT="#ffffff">
<META NAME="color-scheme" CONTENT="only light">
<LINK REL="stylesheet" HREF="reset.css">
<LINK REL="stylesheet" HREF="webfontkit/stylesheet.css">
<LINK REL="stylesheet" HREF="stylesheet.css">
<LINK REL="author licence" HREF="#about">
</HEAD>
<BODY>
<HEADER>
<H1>Max</H1>
<nav>
<aside>
<A LANG="en" CLASS="button" HREF="en.html">For the English document</A>
</aside>
<ul>
<li>Foo
<li>Bar
<li>Baz
</ul>
</nav>
</HEADER>
<P>Pain, beurre et confiture</P>
</BODY>
</HTML>