-
Notifications
You must be signed in to change notification settings - Fork 0
/
Lists webpage.html
51 lines (36 loc) · 3.28 KB
/
Lists webpage.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<head>
<body>
<h1>Some things to build a computer with:</h1>
<strong>These are actually some parts I want to use. </strong>
<ol>
<li>MSI MEG Z790 ACE MAX Gaming Motherboard (Supports 12th/13th/14th Gen Intel Processors, LGA 1700, DDR5, PCIe 5.0, M.2, SATA 6G, 2.5Gbps LAN, USB 3.2 Gen2, Wi-Fi 7, Bluetooth 5.4, ATX)</li>
<img src="https://m.media-amazon.com/images/I/81cgKDfjPbL.jpg" alt="MSI MEG Z790 ACE MAX Gaming Motherboard (Supports 12th/13th/14th Gen Intel Processors, LGA 1700, DDR5, PCIe 5.0, M.2, 2.5Gbps LAN, USB 3.2 Gen2, Wi-Fi 7, Bluetooth 5.4, Thunderbolt, E-ATX)" width="692" height="858">
<li>MEG Ai1300P PCIE 5 & ATX 3.0 Gaming Power Supply - Full Modular - 80 Plus Platinum Certified 1300W - 100% Japanese 105°C Capacitors - Compact Size - ATX PSU</li>
<img src="https://m.media-amazon.com/images/I/41q6BGONt4L._AC_.jpg" alt="MEG Ai1300P PCIE 5 & ATX 3.0 Gaming Power Supply - Full Modular - 80 Plus Platinum Certified 1300W - 100% Japanese 105°C Capacitors - Compact Size - ATX PSU" width="1024" height="1024">
<li>CORSAIR VENGEANCE DDR5 RAM 128GB (4x32GB) 5600MHz CL40 Intel XMP iCUE Compatible Computer Memory - Black </li>
<img src="https://m.media-amazon.com/images/I/61eUvBtvbCL._AC_UF894,1000_QL80_.jpg" alt="CORSAIR VENGEANCE DDR5 RAM 128GB (4x32GB) 5600MHz CL40 Intel XMP iCUE Compatible Computer Memory - Black" width="894" height="675">
or
<img src="https://m.media-amazon.com/images/I/61C3Tb0xf5L.jpg" alt="CORSAIR VENGEANCE RGB DDR5 RAM 128GB (4x32GB) 5600MHz CL40 Intel XMP iCUE Compatible Computer Memory - Black " width="894" height="675">
<li>VIPERA NVIDIA GeForce RTX 4090 Founders Edition Graphic Card </li>
<img src="https://m.media-amazon.com/images/I/51c1zFDNVmL._AC_SX679_.jpg" alt="NVIDIA GeForce RTX 4090 Founders Edition Graphics Card" width="1003" height="486">
<li>Crucial New 2024 T705 2TB PCIe Gen5 NVMe M.2 SSD - Up to 14,500 MB/s - Game Ready - Internal Solid State Drive </li>
<img src="https://m.media-amazon.com/images/I/51dhbsC8C4L._AC_UF894,1000_QL80_.jpg" alt="Crucial New 2024 T705 2TB PCIe Gen5 NVMe M.2 SSD" width="894" height="250">
<li>Intel® CoreTM i9-14900K New Gaming Desktop Processor 24 (8 P-cores + 16 E-cores) with Integrated Graphics - Unlocked </li>
<img src="https://cdn.mos.cms.futurecdn.net/XchE5xf2wLyJPwqxAan5SB-1200-80.jpg" alt="Intel® CoreTM i9-14900K" width="1200" height="675">
<li>EKWB Shop the loop- Power-up Build </li>
<img src="https://www.ekwb.com/shop/media/wysiwyg/STL/Shop-the-Loop-037-Power-Up-ShopImg.jpg" alt="Power-up build" width="1600" height="1067">
</ol>
<h2>A few types of programming languages: </h2>
<ul>
<li>Java </li>
<li>Python </li>
<li>HTML (latest version is HTML5) </li>
<li>CSS </li>
<li>C# </li>
<li>C </li>
<li>C++ </li>
<li>C+ </li>
</ul>
</body>
</head>