-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (56 loc) · 3.11 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<link rel="icon" type="image/png" href="favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="swiper.css" />
<title>Swiper-inShorts- Quickly Swipe through important news of the day from inshorts App</title>
<meta name="title" content="Swiper-inShorts">
<meta name="description" content="Quickly Swipe through important news of the day from inshorts App" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://sharad-bapat.github.io/Swiper-inShorts/">
<meta property="og:title" content="Swiper-inShorts">
<meta property="og:description" content="Quickly Swipe through important news of the day from inshorts App">
<meta property="og:image" content="favicon-32x32.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://sharad-bapat.github.io/swiper/">
<meta property="twitter:title" content="Swiper-inShorts">
<meta property="twitter:description" content="Quickly Swipe through important news of the day from inshorts App">
<meta property="twitter:image" content="favicon-32x32.png">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="manifest" href="site.webmanifest">
</head>
<body>
<div class="container-fluid my-2">
<div class="d-flex row justify-content-center align-items-center">
<div class="col-md-10 col-lg-10 col-sm-12 border-1 d-flex row justify-content-center align-items-center">
<img src="swipe-left.gif" alt="Swiper-inShorts" id="logo" style="width: 80px; height: auto;">
</div>
</div>
</div>
<div class="container-fluid" id="main">
<div class="row justify-content-center align-items-center">
<div class="col-md-10 col-lg-10 col-sm-12 border-0">
<div id="content" class="content p-2 mb-4 bg-body rounded"></div>
</div>
</div>
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- <script src="async.js"></script> -->
<script src="localstorage.js"></script>
<script src="swiper.js"></script>
</html>