add files
This commit is contained in:
parent
00e98bbeed
commit
14a048a18b
1 changed files with 37 additions and 0 deletions
37
hardware/index.html
Normal file
37
hardware/index.html
Normal file
|
@ -0,0 +1,37 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Hardware</title>
|
||||
<link rel="stylesheet" href="../style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrap">
|
||||
<header>
|
||||
<nav>
|
||||
<a href="../">home</a> |
|
||||
<a href="../links/">links</a> |
|
||||
<a href="../hardware/">hardware</a> |
|
||||
<a href="../contact/">contact</a>
|
||||
</nav>
|
||||
<hr class="rule" />
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<h2>Hardware currently used by me</h2>
|
||||
<hr class="rule" />
|
||||
<h2>Lenovo P14s Gen. 1</h2>
|
||||
<ul>
|
||||
<li>AMD Ryzen 7 PRO 4750U 8C16T</li>
|
||||
<li>32+8 GB 2666MHz DDR4</li>
|
||||
<li>512 GB NVME running Win11 and Arch</li>
|
||||
</ul>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue