-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwed.html
More file actions
40 lines (38 loc) · 1.01 KB
/
Copy pathwed.html
File metadata and controls
40 lines (38 loc) · 1.01 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Documented</title>
<link rel="stylesheet" href="wed.css">
</head>
<body>
<div class="div0">
<!-- rigth container -->
<div class="div1">
<div class="p">
<b class="red">Cl<span>o</span>ud <span>io</span></b>
<p> Home</p>
<p>Profile</p>
<p>My files</p>
<p>Shared files</p>
<p>File management</p>
<p>Trash</p>
</div>
</div>
<!-- middle container -->
<div class="middle">
<input class="div2" type="text" name="" id="" placeholder="Search">
<p><b>Recently used</b></p>
<div class="content">
<div class="in-div">App project</div>
<div class="in-div"></div>
<div class="in-div"></div>
</div>
</div>
<!-- end container -->
<div class="div3">
</div>
</div>
</body>
</html>