-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (71 loc) 路 4 KB
/
Copy pathindex.html
File metadata and controls
72 lines (71 loc) 路 4 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="1M14N_GMNtj8tMLyNWCaboBvYz5W70S-lvaBNPCbsW8" />
<meta
name="description"
content="Computer Engineering Notes for Class 11 and 12. Explore subject notes, preview files, and download folders from the NEB-aligned study collection."
/>
<meta
name="keywords"
content="computer engineering notes, class 11 notes, class 12 notes, NEB notes, operating systems, computer architecture, Java, web development"
/>
<meta name="author" content="Aakash Puri" />
<meta name="theme-color" content="#2E9E96" />
<link rel="canonical" href="https://com-eng-notes.vercel.app" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700;800&display=swap"
rel="stylesheet"
/>
<link rel="icon" href="data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20width%3D'64'%20height%3D'64'%20viewBox%3D'0%200%2064%2064'%3E%3Cdefs%3E%3ClinearGradient%20id%3D'g'%20x1%3D'0'%20y1%3D'0'%20x2%3D'1'%20y2%3D'1'%3E%3Cstop%20offset%3D'0'%20stop-color%3D'%23004B87'/%3E%3Cstop%20offset%3D'1'%20stop-color%3D'%230066cc'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x%3D'8'%20y%3D'10'%20width%3D'48'%20height%3D'44'%20rx%3D'6'%20fill%3D'url(%23g)'/%3E%3Cpath%20d%3D'M24%2021h16%20a2%202%200%200%201%202%202v18%20a2%202%200%200%201-2%202H24%20a2%202%200%200%201-2-2V23%20a2%202%200%200%201%202-2z'%20fill%3D'%23bfe7ff'%20opacity%3D'0.28'/%3E%3Cpath%20d%3D'M24%2021h16%20a2%202%200%200%201%202%202v18%20a2%202%200%200%201-2%202H24%20a2%202%200%200%201-2-2V23%20a2%202%200%200%201%202-2z'%20fill%3D'none'%20stroke%3D'%23E1EFFF'%20stroke-width%3D'2'/%3E%3Cpath%20d%3D'M24%2032h16'%20stroke%3D'%23E1EFFF'%20stroke-width%3D'2'%20stroke-linecap%3D'round'/%3E%3Cpath%20d%3D'M24%2027h10'%20stroke%3D'%23E1EFFF'%20stroke-width%3D'2'%20stroke-linecap%3D'round'/%3E%3Cpath%20d%3D'M24%2037h13'%20stroke%3D'%23E1EFFF'%20stroke-width%3D'2'%20stroke-linecap%3D'round'/%3E%3Cpath%20d%3D'M16%2056h32'%20stroke%3D'%23FFC107'%20stroke-width%3D'4'%20stroke-linecap%3D'round'%20opacity%3D'0.85'/%3E%3C/svg%3E" type="image/svg+xml" />
<title>Com Eng Notes</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What subjects are covered in these computer engineering notes?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The site covers Computer Organization & Architecture, Operating Systems, Java Programming, and Web & Mobile Applications."
}
},
{
"@type": "Question",
"name": "Are these notes aligned with the NEB curriculum?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The notes are organized for the NEB curriculum used by Class 11 and Class 12 computer engineering students."
}
},
{
"@type": "Question",
"name": "Can I preview files before downloading?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The explorer can preview images, markdown, plain text, and common document files before download."
}
},
{
"@type": "Question",
"name": "Are the notes free?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The notes are free to browse, preview, and download."
}
}
]
}
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>