diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-02 18:02:03 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-02 18:02:03 -0500 |
| commit | 52dcbd7595edb50523007b3f5b003cbbc5759f15 (patch) | |
| tree | 336c978469d246fbd9a6b42d49ca6c785c142437 /static/faq.html | |
| parent | ea1f59da7d53392a42cd47b9baad024d1a7c557e (diff) | |
use id to style site menu
Diffstat (limited to 'static/faq.html')
| -rw-r--r-- | static/faq.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/faq.html b/static/faq.html index 3d1ea72b..8414893e 100644 --- a/static/faq.html +++ b/static/faq.html @@ -27,7 +27,7 @@ <script type="module" src="/redirect.js?6"></script> </head> <body> - <nav> + <nav id="site-menu"> <ul> <li><a href="/">GrapheneOS</a></li> <li><a href="/install">Install</a></li> |
