-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Access all PYQ PDFs of BIT CSE Course with just one Click!" />
<meta name="keywords" content="PYQ, PDFs, BIT CSE, Computer Science, Previous Year Questions, Study Material" />
<meta name="author" content="PYQNow" />
<meta name="robots" content="index, follow" />
<meta property="og:title" content="PYQNow - Access BIT CSE PYQs" />
<meta property="og:description" content="Access all PYQ PDFs of BIT CSE Course with just one Click!" />
<meta property="og:image" content="/[email protected]" />
<meta property="og:url" content="https://pyqnow.com" />
<meta name="twitter:card" content="/pyqnow_half.png" />
<meta name="twitter:title" content="PYQNow - Access BIT CSE PYQs" />
<meta name="twitter:description" content="Access all PYQ PDFs of BIT CSE Course with just one Click!" />
<meta name="twitter:image" content="/[email protected]" />
<meta name="google-site-verification" content="FyTHTxr8Z_o3Od3xaa2ifl5qhzTtPk_JUrCb9N5OG_8" />
<link rel="canonical" href="https://pyqnow.com" />
<link rel="icon" href="/pyqnow_icon.png" sizes="any" />
<link rel="apple-touch-icon" href="/[email protected]" />
<link
rel="stylesheet"
media="(prefers-color-scheme:light)"
href="https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/themes/light.css" />
<link
rel="stylesheet"
media="(prefers-color-scheme:dark)"
href="https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/themes/dark.css"
onload="document.documentElement.classList.add('sl-theme-dark');" />
<title>PYQNow - Access BIT CSE Previous Year Question Papers</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>