summaryrefslogtreecommitdiff
path: root/index.html
blob: 809e0e17db4f8cbeb0363d601b60f296d523f956 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

<link rel="stylesheet" type="text/css" href="static/style.css">
<div id="the-list">
	<input class="search" placeholder="Search" />
	<ul class="list">
		<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>
		<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>
	</ul>
</div>
<script src="static/list.js"></script>
<script src="static/script.js"></script>