diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..8732d9b --- /dev/null +++ b/index.html @@ -0,0 +1,23 @@ +<input class="search" placeholder="Search" /> +<link rel="stylesheet" type="text/css" href="static/style.css"> +<div id="the-list"> + <ul class="list"> + <li> + <h3 class="title">LM555</h3> + <a href='manuals/lm555.pdf'><img src='manuals/lm555.jpg'></a> + <p class="description">The LM555 is a highly stable device for generating accurate time delays or oscillation.</p> + </li> + <li> + <h3 class="title">Korg Kaoss pad mini-KP </h3> + <a href='manuals/miniKP_OM_EFG1.pdf'><img src='manuals/miniKP_OM_EFG1.jpg'></a> + <p class="description">Operation manual for the KAOSS PAD miniKP Dynamic Effect Processor!</p> + </li> + <li> + <h3 class="title">ATmega48A 48PA 88A 88PA 168A 168PA 328 328P</h3> + <a href='manuals/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.pdf'><img src='manuals/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet_Complete.jpg'></a> + <p class="description">High Performance, Low Power Atmel AVR 8-Bit Microcontroller Family</p> + </li> + </ul> +</div> +<script src="static/list.js"></script> +<script src="static/script.js"></script>
\ No newline at end of file |