mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
90e865e2a2
* mirror changes to mob-menu * added edit-wiki link to readme * fixed misaligned close icon * removed junk commented code
12 lines
No EOL
543 B
Text
12 lines
No EOL
543 B
Text
<link rel="stylesheet" href="/css/mobile_menu.css"/>
|
|
<div id="mobile__menu" class="overlay">
|
|
<a id="close-id" class="close">×</a>
|
|
<div class="overlay__content">
|
|
<a id="home" href="/">Hyprland</a>
|
|
<a href="/rices">Wall Of Fame</a>
|
|
<a href="https://wiki.hyprland.org/Getting-Started/Master-Tutorial/">Get Started</a>
|
|
<a href="https://wiki.hyprland.org">Wiki</a>
|
|
<a href="https://wiki.hyprland.org/FAQ/">FAQ</a>
|
|
<a id="mob-github"href="https://github.com">Github</a>
|
|
</div>
|
|
</div> |