-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (42 loc) · 2.2 KB
/
index.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
46
47
48
<!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>Technology Gateway</title>
<link rel="shortcut icon" href="asset/ico/tgico.png" type="image/x-icon">
<link rel="stylesheet" href="style/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="style/rkcoder.css">
<style>
body{
width: 100% !important;
height: 100% !important;
overflow-x: hidden !important;
}
</style>
</head>
<body>
<button class="btn btn-lg btn-primary m-5" onclick="dds()">Click Me</button>
<button class="btn btn-lg btn-primary m-5" onclick="ddsa()">Click Me</button>
<div class="container-fluid">
<img class="rk-img" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSJyUEdgRMkgGHbaXMK2A0Kt5FiShIMV1xvRF8DVa90FKYNe6GAGqcb9E4tgqHw1tTpCuc&usqp=CAU" alt="" srcset="">
<img class="rk-img" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRv4MeY-uUSHgqNOKO_T3JlupC8bvMGkCvCD7R624zSEIuHcSYr0Ve13DFfdzCa0C1zF_c&usqp=CAU" alt="" srcset="">
<img class="rk-img" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS4iaoERw693k-W8fJAnvFfcrDBf61D0Y7g1LF8ryl2DRTrVQ-5TBpAy8dsiTIwhVNFjiI&usqp=CAU" alt="" srcset="">
<img class="rk-img w-25" src="https://wallpapercave.com/wp/wp2555696.jpg" alt="" srcset="">
</div>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch1">
<label class="custom-control-label" for="customSwitch1">Toggle this switch element</label>
</div>
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="aas">
<label class="form-check-label" for="aas">Default switch checkbox input</label>
</div>
<script src="script/jquery-3.6.0.min.js"></script>
<script src="script/bootstrap.min.js"></script>
<script src="script/rkcoder.js"></script>
<script src="script/custom.js"></script>
</body>
</html>