Add hyperlinks
Signed-off-by: Max Charrier <max@puffer.fish>
This commit is contained in:
parent
c0a1a1c36e
commit
21d85a4c64
18
en.html
18
en.html
|
@ -16,16 +16,16 @@
|
||||||
<BODY>
|
<BODY>
|
||||||
<HEADER>
|
<HEADER>
|
||||||
<H1>Max</H1>
|
<H1>Max</H1>
|
||||||
<nav>
|
<NAV>
|
||||||
<aside>
|
<ASIDE>
|
||||||
<A LANG="fr" HREF="index.html">Go back to La France!</A>
|
<A LANG="fr" HREF="index.html">Go back to La France!</A>
|
||||||
</aside>
|
</ASIDE>
|
||||||
<ul>
|
<MENU>
|
||||||
<li>Foo
|
<LI><A HREF="https://forgejo.puffer.fish/max">Git</A>
|
||||||
<li>Bar
|
<LI><A HREF="vendor/pubkey.html">PGP Key</A>
|
||||||
<li>Baz
|
<LI><A HREF="https://www.catb.org/esr/writings/unix-koans/shell-tools.html">Master Foo</A>
|
||||||
</ul>
|
</MENU>
|
||||||
</nav>
|
</NAV>
|
||||||
</HEADER>
|
</HEADER>
|
||||||
<P>Welcome to Deez Nuts!</P>
|
<P>Welcome to Deez Nuts!</P>
|
||||||
<FOOTER>
|
<FOOTER>
|
||||||
|
|
18
index.html
18
index.html
|
@ -16,16 +16,16 @@
|
||||||
<BODY>
|
<BODY>
|
||||||
<HEADER>
|
<HEADER>
|
||||||
<H1>Max</H1>
|
<H1>Max</H1>
|
||||||
<nav>
|
<NAV>
|
||||||
<aside>
|
<ASIDE>
|
||||||
<A LANG="en" CLASS="button" HREF="en.html">For the English document</A>
|
<A LANG="en" CLASS="button" HREF="en.html">For the English document</A>
|
||||||
</aside>
|
</ASIDE>
|
||||||
<ul>
|
<MENU>
|
||||||
<li>Foo
|
<LI><A HREF="https://forgejo.puffer.fish/max">Git</A>
|
||||||
<li>Bar
|
<LI><A HREF="vendor/pubkey.html">PGP Key</A>
|
||||||
<li>Baz
|
<LI><A HREF="https://www.catb.org/esr/writings/unix-koans/shell-tools.html">Master Foo</A>
|
||||||
</ul>
|
</MENU>
|
||||||
</nav>
|
</NAV>
|
||||||
</HEADER>
|
</HEADER>
|
||||||
<P>Pain, beurre et confiture</P>
|
<P>Pain, beurre et confiture</P>
|
||||||
<FOOTER>
|
<FOOTER>
|
||||||
|
|
|
@ -38,11 +38,10 @@ nav aside a {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
nav ul {
|
nav menu {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
display: flex;
|
|
||||||
justify-content: space-evenly;
|
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
|
Loading…
Reference in a new issue