website/public/systeme/backupServer.html

41 lines
1.7 KiB
HTML

<!DOCTYPE html >
<html lang = "de" >
<head >
<meta charset = "UTF-8" >
<meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
<title></title>
<link href = "/css/style.css" rel = "stylesheet" >
</head >
<body >
<jl-header data-title="Game Server"></jl-header>
<div id = "content" >
<h2>Verbaute Hardware:</h2>
<ul>
<li><b>Prozessoren: </b><a href="https://ark.intel.com/content/www/us/en/ark/products/80910/intel-xeon-processor-e3-1231-v3-8m-cache-3-40-ghz.html">Intel® Xeon® Processor E3-1231 v3</a></li>
<li><b>CPU K&uuml;hler: </b> Intel Stock</li>
<li><b>Arbeitsspeicher: </b>4x HP 4GB DDR3 ECC</li>
<li><b>Mainboard: </b><a href="https://www.supermicro.com/en/products/motherboard/X10SLM-F">Supermicro X10SLM-F</a></li>
<li><b>Netzteil: </b><a href="https://de.evga.com/products/product.aspx?pn=100-W1-0500-KR">EVGA 500 W1</a></li>
<li>
<b>Storage:</b>
<ul>
<li>3x <a href="https://shop.westerndigital.com/de-de/products/network-attached-storage/wd-red-pro-sata-hdd">4TB WD Red Pro</a></li>
<li><a href="https://www.crucial.com/products/ssd/bx500-ssd">1x 120GB Crucial BX500 (boot ssd)</a></li>
</ul>
</li>
<li><b>Betriebssystem: </b><a href="https://www.proxmox.com/en/">Proxmox Backup Server</a></li>
</ul>
<div class="center">
<jl-img src="/img/systeme/backupServer.jpg"></jl-img>
</div>
<h2>Kommentare:</h2>
<jl-comments_display></jl-comments_display>
<jl-new_comment id="newComment"></jl-new_comment>
</div>
<jl-footer></jl-footer>
<script src="/js/script.js"></script>
</body>
</html>