diff options
author | Adam Stück <adam@adast.dk> | 2024-08-13 08:48:06 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2024-08-13 08:48:06 +0200 |
commit | 2e30dbf4f11f1724578bf32b41859728382fce2c (patch) | |
tree | 15d9872bdeaee63044dc4519b9a32132b02e863c | |
parent | 0c0545a2cf1594d9d571a29d1d2c9f0a58106049 (diff) |
footer: add menu id
-rw-r--r-- | footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/footer.html b/footer.html index 14eff0a..5c76d84 100644 --- a/footer.html +++ b/footer.html @@ -1,7 +1,7 @@ <hr/> <footer role="contentinfo"> <h2>Menu Navigation</h2> - <ul> + <ul id="menu"> <li><a href="/">Home</a></li> <li><a href="https://tv.adast.dk/c/arena/videos">Videos</a></li> <li><a href="#top">↑ Top of the page</a></li> |