add system info

This commit is contained in:
nyx 2025-01-26 00:12:53 -06:00
parent b07baf1c0f
commit d0a713a52f
3 changed files with 19 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<title>Every pizza instant messenger!</title>
</head>
<body>
<header>home | <a href="rules.html">rules</a></header>
<header>home | <a href="rules.html">rules</a> | <a href="sysinfo.html">system info</a></header>
<hr>
<h1>everypizza.im</h1>
<h2>services</h2>

View file

@ -4,7 +4,7 @@
<title>Every pizza instant messenger! (rules)</title>
</head>
<body>
<header><a href="index.html">home</a> | rules</header>
<header><a href="index.html">home</a> | rules | <a href="sysinfo.html">system info</a></header>
<hr>
<h1>everypizza.im - rules</h1>
<p>

17
sysinfo.html Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<head>
</head>
<body>
<header><a href="index.html">home</a> | <a href="rules.html">rules</a> | system info</header>
<h1>everypizza.im - system info</h1>
<p>
everypizza.im is running on an Optiplex 9020.
<ul>
<li>CPU: IntelⓇ Core™ i5-4590 (4) @ 3.70 GHz</li>
<li>RAM: 16GB DDR3</li>
<li>Storage: 250GB SATA SSD</li>
<li>OS: Arch Linux</li>
<li>Network: AT&T Fiber 500, over WiFi 5</li>
</ul>
</p>
</body>