-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhardware.html
More file actions
36 lines (36 loc) · 1.99 KB
/
Copy pathhardware.html
File metadata and controls
36 lines (36 loc) · 1.99 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lilly's Brain - Hardware</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<p class="twcenmtwhite main-title"><b>My Computer / Server Hardware :3</b></p>
<p class="twcenmtwhite sub-title"><b>This style of page is temporary and will be worked on over time :3</b></p>
<img src="assets/images/mypc.jpg" alt="My Main PC" width="256" height="256">
<br>
<p style="font-size: 25px" class="twcenmtwhite"><b>My Main PC:</b></p>
<p style="font-size: 20px" class="twcenmtwhite"><b>CPU: Ryzen 5 2600X</b></p>
<p style="font-size: 20px" class="twcenmtwhite"><b>MOTHERBOARD: MSI B450M-a PRO MAX II</b></p>
<p style="font-size: 20px" class="twcenmtwhite"><b>RAM: G.Skill Ripjaws V 16GB Kit 2x8GB DDR4-3600</b></p>
<p style="font-size: 20px" class="twcenmtwhite"><b>GPU: Gigabyte RTX 2070 8GB</b></p>
<p style="font-size: 20px" class="twcenmtwhite"><b>STORAGE: 512GB Gen 3 NVME SSD - Main OS Drive, 1TB SATA SSD - GAME DRIVE, 1TB HDD - Random files that I do not really care about</b></p>
<p style="font-size: 20px" class="twcenmtwhite"><b>CASE: MONTECH XR ATX CASE</b></p>
<p style="font-size: 20px" class="twcenmtwhite"><b>MONITORS: 1x 1080P TV 2x 16:10 Ex-Business Dell Monitors (P2210)</b></p>
<br>
<img src="assets/images/myserver.jpg" alt="My Server" width="256" height="256">
<br>
<p style="font-size: 25px" class="twcenmtwhite"><b>My Server:</b></p>
<p style="font-size: 19px" class="twcenmtwhite"><b>This is a VPS not actual hardware I have in my home I will be getting a home server sometime In the future when I have money :p</b></p>
<br>
<p style="font-size: 20px" class="twcenmtwhite"><b>CPU: Some high end AMD cpu xP</b></p>
<p style="font-size: 20px" class="twcenmtwhite"><b>RAM: 16GB DDR5 ECC</b></p>
<p style="font-size: 20px" class="twcenmtwhite"><b>STORAGE: 512GB NVME</b></p>
<br>
<br>
<br>
<a href="index.html">Back to the home page</a>
</body>
</html>