-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (79 loc) · 1.95 KB
/
index.html
File metadata and controls
79 lines (79 loc) · 1.95 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
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Proyektlar</title>
</head>
<body>
<a href="./01-JavaScript-Drum-Kit/index.html">1- Proyket</a>
<br />
<hr />
<br />
<a href="./02-JsCss-clock/index.html">2 - proyekt (clock) -> soat</a>
<br />
<hr />
<br />
<a href="./03-Css-Variable/index.html"
>3 - proyekt (update css variable with js)</a
>
<br />
<hr />
<br />
<a href="./04-Array-Console/index.html">
4 - project (Arr cardio with js)
</a>
<br />
<hr />
<br />
<a href="./05-flexPanel-gallerey/index.html">5 - Flex Panel Gallerey</a>
<br />
<hr />
<br />
<a href="./06-TypeAhead/index.html">6 - Type Ahead</a>
<br />
<hr />
<br />
<a href="./07-Array-cardio-2/index.html">7 - Array Cardio</a>
<br />
<hr />
<br />
<a href="./09-devTools-domination/index.html">09-devTools-domination</a>
<br />
<hr />
<br />
<a href="./10-Hold-Shift-and-Check-Checkboxes/index.html"
>10-Hold-Shift-and-Check-Checkboxes</a
>
<br />
<hr />
<br />
<a href="./12-Key-Sequence-Detection/index.html"
>12-Key-Sequence-Detection</a
>
<br />
<hr />
<br />
<a href="./14-JavaScript-References-VS-Copying/index.html"
>14-JavaScript-References-VS-Copying</a
>
<br />
<hr />
<br />
<a href="./15-LocalStorage/index.html">15-LocalStorage</a>
<br />
<hr />
<br />
<!-- Regular exprshin Regex dan foydalan -->
<a href="./17-sort-without-arlicles/index.html">17-sort-without-arlicles</a>
<br />
<hr />
<br />
<a href="./13-Slide-in-on-Scroll/index.html">13-Slide-in-on-Scroll</a>\
<br />
<hr />
<br />
<a href="./19-web-camera/index.html">19-web-camera</a>
</body>
</html>