-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPanasonic_SB-PM18.html
37 lines (32 loc) · 996 Bytes
/
Panasonic_SB-PM18.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<html>
<head>
<title>Panasonic SB-PM18</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<header>
<a href="index.html">Home</a><br>
<h1>Panasonic SB-PM18 loudspeaker</h1>
</header>
<div class="flex-container">
<div>
<h2>Specifications</h2>
<table class="specifications">
<tr>
<td>Woofer</td><td>10 cm (4") cone type</td><td>T10P45A6</td>
</tr>
<tr>
<td>Tweeter</td><td>6 cm (2⅜") cone type</td><td>T6PH08J6</td>
</tr>
<tr>
<td>Tweeter capacitor</td><td>4.7 µF 50V</td>
</tr>
</table>
<p>To remove the front panel you need to remove the grommets that hold the grill. Behind them are the four screws that fix the speaker panel to the cabinet.</p>
<h2>Photographs</h2>
<div>
<img src="images/speakers_front.jpg" alt="Front of the speaker panel removed from the cabinet">
<img src="images/speakers_back.jpg" alt="Rear of the speaker panel">
<img src="images/speakers_open_cabinet.jpg" alt="View into the empty speaker cabinet">
</div>
</div>
</html>