Initial commit
This commit is contained in:
7
components/header.html
Normal file
7
components/header.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<header>
|
||||
<div class="header-title">Svobodný software Liberec</div>
|
||||
<div class="header-subtitle">Richard Stallman na Technické univerzitě v Liberci</div>
|
||||
<img src="data:," alt="Přepínač světlého a tmavého režimu" class="light-dark-switch" onclick="switch_theme();">
|
||||
<img src="data:," alt="Přepínač širokého a úzkého rozvržení" class="layout-switch" onclick="switch_layout();">
|
||||
</header>
|
||||
|
Reference in New Issue
Block a user