-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (63 loc) · 3.14 KB
/
index.html
File metadata and controls
70 lines (63 loc) · 3.14 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link href=/proxy/https/github.com/AdrianMiftahulH/Learn-JavaScript/blob/master/JavaScript-DOM/"https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
>
<title>Hello, world!</title>
</head>
<body>
<div class="container" style="padding-top: 15px;">
<div class="row">
<div class="col-md-12">
<div class="card">
<div class="card-header" id="task-title">
<h5 id="card-title">Task</h5>
</div>
<div class="card-body">
<form id="form-task">
<div class="form-group">
<label for="">New Task</label>
<input type="text" name="title" id="input-task" class="form-control">
</div>
<button type="submit" class="btn btn-primary mt-3">Submit</button>
</form>
<hr>
<ul class="list-group">
<li class="list-group-item d-flex flex-row justify-content-between w-100">
Cras justo odio
<a href=/proxy/https/github.com/AdrianMiftahulH/Learn-JavaScript/blob/master/JavaScript-DOM/"/" class="btn btn-danger btn-sm delete-item">x</a>
</li>
<li class="list-group-item d-flex flex-row justify-content-between w-100">
Dapibus ac facilisis in
<a href=/proxy/https/github.com/AdrianMiftahulH/Learn-JavaScript/blob/master/JavaScript-DOM/"/" class="btn btn-danger btn-sm delete-item">x</a>
</li>
<li class="list-group-item d-flex flex-row justify-content-between w-100">
Vestibulum at eros
<a href=/proxy/https/github.com/AdrianMiftahulH/Learn-JavaScript/blob/master/JavaScript-DOM/"/" class="btn btn-danger btn-sm delete-item">x</a>
</li>
</ul>
<hr>
<button class="btn btn-info clear-task">Clear Task</button>
</div>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src=/proxy/https/github.com/AdrianMiftahulH/Learn-JavaScript/blob/master/JavaScript-DOM/"https://code.jquery.com/jquery-3.3.1.slim.min.js"%3C/div>
>
>
<script src=/proxy/https/github.com/AdrianMiftahulH/Learn-JavaScript/blob/master/JavaScript-DOM/"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"%3C/div>
>
>
<script src=/proxy/https/github.com/AdrianMiftahulH/Learn-JavaScript/blob/master/JavaScript-DOM/"https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"%3C/div>
>
>
<script src=/proxy/https/github.com/AdrianMiftahulH/Learn-JavaScript/blob/master/JavaScript-DOM/"app.js"></script>%3C/div>
</body>
</html>
You can’t perform that action at this time.