everypizza.im/site/sysinfo.html
nyx 73c68e0b72 System info
By now, we have all of the old root site.

Signed-off-by: nyx <me@everypizza.im>
2025-02-10 19:22:44 -06:00

37 lines
898 B
HTML

<!DOCTYPE html>
<head>
<title>everypizza.im</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="content">
<a class="link link-large" href="index.html">← Back to homepage</a>
<h2>
System information
</h2>
<hr>
<ul>
<li>
CPU: Intel(R) Core(TM) i5-4590 (4) @ 3.70 GHz
</li>
<br>
<li>
GPU: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller @ 1.15 GHz [Integrated]
</li>
<br>
<li>
Disk (/): 231.88 GiB - btrfs
</li>
<br>
<li>
OS: Arch Linux x86_64
</li>
<br>
<li>
Connection: 500Mbps up/down, WiFi
</li>
</ul>
</div>
</body>