add basic module readmes

This commit is contained in:
Akbar Rahman 2022-04-12 17:16:01 +01:00
parent b5be196dd9
commit 1237d953b5
Signed by: alvierahman90
GPG Key ID: 20609519444A1269
3 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,19 @@
example:
<ul class="buttonlist">
<li>
<a href="link to whatever">
<p>text</p>
</a>
</li>
<li>
<a href="link to whatever2">
<p>text2</p>
</a>
</li>
<li>
<a href="link to whatever3">
<p>text3</p>
</a>
</li>
</ul>

View File

@ -0,0 +1,3 @@
just add
@import url("https://styles.alv.cx/modules/darkmode.css");

View File

@ -0,0 +1,9 @@
example:
<div id="searchWrapper">
<input id="search" placeholder="Search">
</div>
<p class="smallText" style="margin-top: 0; text-align: center">
Press (<kbd>Shift</kbd>+)<kbd>Enter</kbd> to open first result (in new tab)
</p>
<div id="results"> </div>