forked from raghavaravali/Junk_cleanup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_win.html
45 lines (42 loc) · 2.62 KB
/
index_win.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
<head>
<title>junk cleanup</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js"></script>
</head>
<form action="/data" method="POST" style="background-color: darkgrey;">
<div class="container" >
<h1 style="font-size: 50px;text-align: center;color: black;">JUNK CLEANUP</h1>
<h2 style="font-size: 20px;text-align: center;color: blue;" name="os"> This is Windows Operating system</h2>
<div class="row">
<div class="col-lg-4"><br><br><br><br><br><br><br><br>
<button type="menu" style="width: 150px;height: 50px;background-color: beige;"> Desktop</button>
<br><br><br><br>
<button type="menu" style="width: 150px;height: 50px;background-color: beige;"> Pictures</button>
<br><br><br><br>
<button type="menu" style="width: 150px;height: 50px;background-color: beige;"> D:\</button>
</div>
<div class="col-lg-4" style="padding-top: 50px;">
<label>Enter the location: </label>
<p><input type="text" name="location" style="width: 250px;"/><button type="submit" >submit</button></p>
<br><br>
<button type="menu" style="width: 150px;height: 50px;background-color: beige;">Documents</button>
<br><br><br><br>
<button type="menu" style="width: 150px;height: 50px;background-color: beige;"> Music</button>
<br><br><br><br>
<button type="menu" style="width: 150px;height: 50px;background-color: beige;"> E:\</button>
<br><br><br>
<p><input type="text" style="width: 250px;" placeholder="D:\Users\Public\Pictures"/> <button type="submit" >Browse</button></p>
</div>
<div class="col-lg-4">
<br><br><br><br><br><br><br><br>
<button type="menu" style="width: 150px;height: 50px;background-color: beige;"> Downloads</button>
<br><br><br><br>
<button type="menu" style="width: 150px;height: 50px;background-color: beige;"> Videos</button>
</div>
</div>
</div>
</form>