-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
26 lines (23 loc) · 938 Bytes
/
Copy pathindex.php
File metadata and controls
26 lines (23 loc) · 938 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
<!DOCTYPE html>
<html>
<head>
<title>Document Attestation Portal - Home</title>
<link rel="stylesheet" href="assets/css/index.css">
</head>
<body>
<div class="overlay">
<h1>Welcome to Pakistan's Smart Document Attestation System</h1>
<p>We help you get your documents attested without the hassle of long queues and confusing offices.</p>
<h3>Quick Links</h3>
<ul class="links">
<li><a href="auth/signup.php">📥 Sign Up (Client/Worker)</a></li>
<li><a href="auth/login.php">🔐 Login (Client/Worker)</a></li>
<li><a href="auth/admin_login.php">⚡ Login as Admin</a></li>
<li><a href="about.php">ℹ️ About Us</a></li>
</ul>
</div>
<!-- ✅ ElevenLabs Conversational AI Widget -->
<elevenlabs-convai agent-id=""></elevenlabs-convai>
<script src="https://elevenlabs.io/convai-widget/index.js" async type="text/javascript"></script>
</body>
</html>