-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkallor.html
46 lines (45 loc) · 3.51 KB
/
kallor.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="sv-se" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Einars sida </title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header> <h1> Datorns delar - En guide till dig som vill bygga din egen dator <h1> </header>
<nav>
<a href="index.html"> Start </a>
<a href="cpu.html"> Processor (CPU) </a>
<a href="gpu.html"> Grafikkort (GPU) </a>
<a href="ram.html"> RAM </a>
<a href="moderkort.html"> Moderkort </a>
<a href="lagring.html"> Lagring </a>
<a href="psu.html"> Nätaggregat (PSU)</a>
<a href="case.html"> Chassi </a>
<a class="active" href="kallor.html"> Källhänvisning </a>
</nav>
<main>
<a class="kalla" href="https://www.inet.se/kampanj/3777/bygga-en-dator">https://www.inet.se/kampanj/3777/bygga-en-dator</a>
<a class="kalla" href="https://www.intel.com/content/www/us/en/products/docs/processors/cpu-vs-gpu.html">https://www.intel.com/content/www/us/en/products/docs/processors/cpu-vs-gpu.html</a>
<a class="kalla" href="https://www.intel.com/content/www/us/en/gaming/resources/cpu-clock-speed.html">https://www.intel.com/content/www/us/en/gaming/resources/cpu-clock-speed.html</a>
<a class="kalla" href="https://sv.wikipedia.org/wiki/Grafikkort">https://sv.wikipedia.org/wiki/Grafikkort</a>
<a class="kalla" href="https://www.reviewgeek.com/7683/does-it-matter-which-graphics-card-manufacturer-you-choose/">https://www.reviewgeek.com/7683/does-it-matter-which-graphics-card-manufacturer-you-choose/</a>
<a class="kalla" href="https://techterms.com/definition/vram">https://techterms.com/definition/vram</a>
<a class="kalla" href="https://www.howtogeek.com/268899/beginner-geek-do-i-need-a-graphics-card/">https://www.howtogeek.com/268899/beginner-geek-do-i-need-a-graphics-card/</a>
<a class="kalla" href="https://sv.wikipedia.org/wiki/SSD-minne">https://sv.wikipedia.org/wiki/SSD-minne</a>
<a class="kalla" href="https://sv.wikipedia.org/wiki/H%C3%A5rddisk">https://sv.wikipedia.org/wiki/H%C3%A5rddisk</a>
<a class="kalla" href="https://www.crucial.com/articles/about-memory/support-what-does-computer-memory-do">https://www.crucial.com/articles/about-memory/support-what-does-computer-memory-do</a>
<a class="kalla" href="https://www.backblaze.com/blog/whats-diff-ram-vs-storage/">https://www.backblaze.com/blog/whats-diff-ram-vs-storage/</a>
<a class="kalla" href="https://www.pcworld.com/article/3226748/how-to-buy-pc-case.html">https://www.pcworld.com/article/3226748/how-to-buy-pc-case.html</a>
<a class="kalla" href="https://www.newegg.com/tools/power-supply-calculator/">https://www.newegg.com/tools/power-supply-calculator/</a>
<a class="kalla" href="https://www.easypc.io/motherboard/does-motherboard-matter-gaming/">https://www.easypc.io/motherboard/does-motherboard-matter-gaming/</a>
<a class="kalla" href="https://www.tomshardware.com/reviews/motherboard-buying-guide,5682.html">https://www.tomshardware.com/reviews/motherboard-buying-guide,5682.html</a>
<a class="kalla" href="https://www.tomshardware.com/reviews/motherboard-parts-explained,5669.html">https://www.tomshardware.com/reviews/motherboard-parts-explained,5669.html</a>
</main>
<footer>
<h3 class="footer"> Kontakt: <a href="mailto:einhar1@kfvelev.se"> einhar1@kfvelev.se </a> </h3>
<h3 class="footer"> Den här sidan skapades som en skoluppgift. </h3>
</footer>
</body>
</html>