-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhowtoarticles.php
More file actions
23 lines (23 loc) · 1.53 KB
/
Copy pathhowtoarticles.php
File metadata and controls
23 lines (23 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php include("inc/inc_header.php"); ?>
<div class="doc_container">
<article class="inside-buttons">
<header><h1>The Articles (pdf)</h1></header>
<section>
<a href="Biasing-Thoughts-Advanced.pdf" target="_blank">Biasing Thoughts (Advanced)</a><br>
<a href="Brightness-mod.pdf" target="_blank">Brightness Mod</a><br>
<a href="Controlling-the-Hot-Rods-Volume.pdf" target="_blank">Controlling the Hot Rod's Volume</a><br>
<a href="Fixing-Loud-and-Intermittent-Crackle-Static.pdf" target="_blank">Fixing Loud and Intermittent Crackle and Static</a><br>
<a href="How-to-Bias-%26-Biasing-FAQ.pdf" target="_blank">How to Bias & Biasing</a><br>
<a href="How-to-Drain-the-Filter-Caps.pdf" target="_blank">How to Drain the Filter Caps</a><br>
<a href="How-to-Improving-Reliability-%26-PCB-Tips.pdf" target="_blank">How to Improve Reliability & PCB Tips</a><br>
<a href="How-to-Increase-or-Decrease-Clean-Headroom.pdf" target="_blank">How to Increase or Decrease Clean Headroom</a><br>
<a href="The-James-E-Vanden-Berg-Mods.pdf" target="_blank">James E Vanden Berg Mods, The</a><br>
<a href="Problem-Solved!.pdf" target="_blank">Problem Solved!</a><br>
<a href="Replacing-Damaged-Jacks.pdf" target="_blank">Replacing Damaged Jacks</a><br>
<a href="Reverb-Mods-%26-Info.pdf" target="_blank">Reverb Mods & Info</a><br>
<a href="The-Steve-Laybutt-Mods.pdf" target="_blank">Steve Laybutt Mods, The</a><br>
<a href="The-Tube-Rectifier-Sag-Mod.pdf" target="_blank">The Tube Rectifier Sag Mod</a><br>
</section>
</article>
</div>
<?php include("inc/inc_footer.php"); ?>