-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WhatsApp Chat Support Plugin</title>
<link rel="stylesheet" href="./example/css/demo.css">
</head>
<body>
<div class="welcome-section" style="background: none;">
<div class="welcome-section-content">
<h2>
WHATSAPP<br><strong>CHAT SUPPORT</strong>
</h2>
<div class="welcome-section-buttons">
<!-- Utilisation de href sans le slash initial pour éviter des erreurs relatives aux chemins -->
<a href="./example/index.html" class="browse">CLICK HERE TO SEE THE DEMO</a>
</div>
<div class="welcome-section-buttons">
<a href="https://github.com/kevinkenfack/WhatsApp-Chat-Support-Plugin" class="browse" target="_blank" rel="noopener noreferrer">
VIEW SOURCE CODE ON GITHUB
</a>
</div>
</div>
</div>
</body>
</html>