-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (51 loc) · 1.8 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Windows XP</title>
<link rel="stylesheet" href="/styles/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;500;600&display=swap" rel="stylesheet">
</head>
<body>
<header></header>
<main>
<div class="img">
<img src="./assets/logo (1).png" alt="Logo do Windows XP" />
<h1>To begin, click your user name</h1>
</div>
<div class="line"></div>
<div class="users">
<section class="lucas">
<div class="iconA"></div>
<div class="user">
<h3>Lucas Melo</h3>
<p>Type your password</p>
<div class="input">
<input type="password">
<button class="green"> <img src="/assets/Vector (1).png" alt=""> </button>
<button class="blue"> <img src="/assets/_.png" alt=""> </button>
</div>
</div>
</section>
<section class="crystal">
<div class="iconB"></div>
<div class="user">
<p>Crystal</p>
</div>
</section>
</div>
</main>
<footer>
<div class="btn">
<button> <img src="/assets/Group 2.png" alt=""> </button>
<p>Turn off computer</p>
</div>
<div class="informations">
<p>After you log on, you can add or change accounts</p>
<p>Just go to your Control Panel and click User Accounts</p>
</div>
</footer>
</body>
</html>