diff options
author | Frankie B <floppydisk05@aol.com> | 2022-11-15 23:06:05 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-11-15 23:06:05 +0000 |
commit | 6ff3afea1c3e41eb374575892567d93613f7c000 (patch) | |
tree | 4753638b92df291c3f4dded022335ba3879fd031 /computers | |
parent | 784c3deda586e94957f23ac94e8d9521895b1d90 (diff) |
Add more computer specs
Diffstat (limited to 'computers')
-rwxr-xr-x | computers/index.php | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/computers/index.php b/computers/index.php index ea2b683..e140dd4 100755 --- a/computers/index.php +++ b/computers/index.php @@ -190,7 +190,20 @@ <td class="computer"> <h1>Dell OptiPlex 745 (USFF, 2007, x3)</h1> <h2>Specifications</h2> - <p>TBD</p> + <table class="skami"> + <tr> + <td><b>OS</b></td> + <td>Various</td> + </tr> + <tr> + <td><b>CPU</b></td> + <td>Intel Pentium Dual Core</td> + </tr> + <tr> + <td><b>Memory</b></td> + <td>4GB</td> + </tr> + </table> </td> <!-- Compaq Armada M300 (2000) --> <td class="computer"> @@ -260,7 +273,24 @@ <td class="computer"> <h1>Fujitsu Milan (1996)</h1> <h2>Specifications</h2> - <p>TBD</p> + <table class="skami"> + <tr> + <td><b>OS</b></td> + <td>Windows 98 SE</td> + </tr> + <tr> + <td><b>CPU</b></td> + <td>Intel Pentium</td> + </tr> + <tr> + <td><b>Memory</b></td> + <td>32MB</td> + </tr> + <tr> + <td><b>HDD</b></td> + <td>IBM DPRA-21215 (1215MB)</td> + </tr> + </table> </td> </tr> </tr></table></div> <!-- content --> |