Skip to content
Snippets Groups Projects
Commit 50d2294f authored by Jonas Leder's avatar Jonas Leder
Browse files

app laptop specs

parent 143ae625
No related branches found
No related tags found
No related merge requests found
Pipeline #1428 canceled
......@@ -108,6 +108,11 @@
"url": "/systeme/pc.html",
"type": "link"
},
{
"name": "Laptop",
"url": "/systeme/laptop.html",
"type": "link"
},
{
"name": "NAS",
"url": "/systeme/nas.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="Laptop"></jl-header>
<div id = "content" >
<h2>Verbaute Hardware:</h2>
<ul>
<li><b>Modellbezeichnung: </b><a href="https://www.lenovo.com/us/en/p/laptops/thinkpad/thinkpadl/thinkpad-l13-yoga-gen-2/22tpl13l3y2">Lenovo ThinkPad L13 Yoga Gen 2</a></li>
<li><b>Prozessor: </b> <a href="https://ark.intel.com/content/www/us/en/ark/products/208921/intel-core-i7-1165g7-processor-12m-cache-up-to-4-70-ghz-with-ipu.html">Intel I7-1165G7</a></li>
<li>
<b>Arbeitsspeicher: </b> 16GB
</li>
<li>
<b>NVME:</b> <a href="https://documents.westerndigital.com/content/dam/doc-library/en_us/assets/public/western-digital/product/internal-drives/wd-blue-nvme-ssd/data-sheet-wd-blue-sn550-nvme-ssd-idk.pdf">1TB WD SN550</a>
</li>
<li><b>Betriebssystem: </b><a href="https://archlinux.org/">Arch Linux</a></li>
</ul>
<div class="center">
<img src="/API/getFile.php?filename=img/laptop.jpg">
</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='https://hCaptcha.com/1/api.js' async defer></script>
<script src="/js/script.js"></script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment