We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a157eb8 commit 5e2c757Copy full SHA for 5e2c757
1 file changed
index.html
@@ -1,10 +1,20 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Secure Web Solutions</title>
7
- <style>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+ <title>Secure Web Solutions</title>
8
9
+ <!-- Manifest for app-like behavior -->
10
+ <link rel="manifest" href="/manifest.json">
11
+ <meta name="theme-color" content="#0a192f">
12
13
+ <!-- Favicon for browsers -->
14
+ <link rel="icon" href="/icons/icon-192.png" type="image/png">
15
16
+ <!-- Style tag or external stylesheet -->
17
+ <style>
18
:root {
19
--bg-light: #f4f4f4;
20
--text-light: #111;
0 commit comments