-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedule.html
43 lines (43 loc) · 1.5 KB
/
schedule.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Nunito:wght@300&family=Poppins:wght@500&family=Roboto:wght@500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<title>Document</title>
</head>
<body class="sesese">
<header class="header55">
<div class="header">
<div class="header_icons">
<img
src="https://avatars.mds.yandex.net/i?id=d2044eb65824d0b6120d49a1886e50cb84f130f8-10471168-images-thumbs&n=13"
alt=""
/><img
src="https://avatars.mds.yandex.net/i?id=3493180a03ea0cd16c8edd4573408a8522c23aa2-5013945-images-thumbs&n=13"
alt=""
/><img
src="https://avatars.mds.yandex.net/i?id=b54721c405ec096ac675c679543227959a1eb426-9181172-images-thumbs&n=13"
alt=""
/>
<select class="header_students">
<option>Student</option>
<option>Go out</option>
</select>
</div>
</div>
<hr class="line" />
</header>
<main class="header555">
<section class="trash-section">
<h3>Here would be your schedule!</h3>
</section>
</main>
</body>
</html>