Skip to content

Commit 5e2c757

Browse files
authored
Update index.html
1 parent a157eb8 commit 5e2c757

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

index.html

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<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>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
7+
<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>
818
:root {
919
--bg-light: #f4f4f4;
1020
--text-light: #111;

0 commit comments

Comments
 (0)