summaryrefslogtreecommitdiff
path: root/en.html
diff options
context:
space:
mode:
Diffstat (limited to 'en.html')
-rw-r--r--en.html19
1 files changed, 15 insertions, 4 deletions
diff --git a/en.html b/en.html
index cae9291..b28af1b 100644
--- a/en.html
+++ b/en.html
@@ -5,7 +5,7 @@
<META CHARSET="utf-8">
<META NAME="viewport" CONTENT="width=device-width, initial-scale=1">
- <META NAME="theme-color" CONTENT="#4e3246">
+ <META NAME="theme-color" CONTENT="#f1e9df">
<META NAME="color-scheme" CONTENT="only light">
<LINK REL="stylesheet" HREF="reset.css">
@@ -14,8 +14,19 @@
<LINK REL="author licence" HREF="#about">
</HEAD>
<BODY>
- <H1>Max</H1>
- <P>Welcome to Deez Nuts!</P>
- <A LANG="fr" CLASS="button" HREF="index.html">Go back to La France! &lt;-</A>
+ <HEADER>
+ <H1>Max</H1>
+ <nav>
+ <aside>
+ <A LANG="fr" HREF="index.html">Go back to La France!</A>
+ </aside>
+ <ul>
+ <li>Foo
+ <li>Bar
+ <li>Baz
+ </ul>
+ </nav>
+ </HEADER>
+ <P>Welcome to Deez Nuts!</P>
</BODY>
</HTML>