System info
By now, we have all of the old root site. Signed-off-by: nyx <me@everypizza.im>
This commit is contained in:
parent
c25e0f5295
commit
73c68e0b72
2 changed files with 38 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
<br>
|
<br>
|
||||||
<a class="button" href="contact.html">Contact</a>
|
<a class="button" href="contact.html">Contact</a>
|
||||||
<a class="button" href="rules.html">Rules</a>
|
<a class="button" href="rules.html">Rules</a>
|
||||||
|
<a class="button" href="sysinfo.html">System Info</a>
|
||||||
<a class="button button-white" href="services.html">Services →</a>
|
<a class="button button-white" href="services.html">Services →</a>
|
||||||
<br>
|
<br>
|
||||||
<small>
|
<small>
|
||||||
|
|
37
site/sysinfo.html
Normal file
37
site/sysinfo.html
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
<!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>
|
Loading…
Add table
Reference in a new issue