-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.64 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Computer Drive Simmulator</title>
<style>
h1{text-align: center;
#drives {text-align:justify;}
</style>
</head>
<h1>Computer Drive Simmulator</h1>
<img id="drives" src="A drive.png" alt="The A drive"><p>This is the A drive. The A drive is mostly used for Floppy Disks, but you can still use it for new drives with folders.</p>
<hr>
<img id="drives" src="B drive.jpg" alt="The B drive"><p>This is the B drive. The B drive is used for network drives that are connected to multiple devices or drives made with folders.</p>
<hr>
<img id="drives" src="c drive.jpg" alt="The C Drive"><p>This is the C drive. The C drive is used for the main software, Windows. It's the main drive, and no other drive can take its place, only if you installed Windows on another drive.</p>
<hr>
<img id="drives" src="d drive.jpg" alt="The D Drive"><p>This is the D drive. The D drive is used for basiclly another SSD, network drives, and folder drives.</p>
<hr>
<img id="drives" src="e drive.jpg" alt="The E Drive"><p>This is the E drive. The E drive is used for drives that are password protected, network drives, and folder drives.</p>
<hr>
<img id="drives" src="f drive.jpg" alt="The F Drive"><p>This is the F drive. The F drive is used for another SSD, network drives, and folder drives.</p>
<hr>
<img id="drives" src="g drive.jpg" alt="The G Drive"><p>This is the G drive. The G drive is used for another SSD, network drives, and folder drives.</p>
<hr>
<img id="drives" src="h drive.jpg" alt="The H Drive"><p>This is the H drive. The H drive is used for another SSD, network drives, and folder drives.</p>
</html>