-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path26_links.html
More file actions
32 lines (29 loc) · 1001 Bytes
/
26_links.html
File metadata and controls
32 lines (29 loc) · 1001 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Q.26 Prime College</title>
</head>
<body>
<h1>Welcome to Prime College</h1>
<p>
Prime College is an educational institution striving to deliver practical-based education, empowering young minds and cultivating a culture of excellence among skilled individuals. We offer diverse academic programs at both undergraduate and graduate levels. Our dedicated faculty members bring their extensive expertise to the classroom, fostering a dynamic learning environment.
</p>
<p>
Explore more about Prime College:
</p>
<ul>
<li>
<a href="https://www.prime.edu.np" target="_blank"
>Prime College Website</a
>
</li>
<li>
<a href="https://tu.edu.np/" target="_blank"
>Tribhuvan University Website</a
>
</li>
</ul>
</body>
</html>