|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
| 4 | + <meta charset="UTF-8"> |
4 | 5 | <!-- Google tag (gtag.js) --> |
5 | 6 | <script async src="https://www.googletagmanager.com/gtag/js?id=G-QY5L70VTTG"></script> |
6 | 7 | <script> |
|
10 | 11 | gtag('config', 'G-QY5L70VTTG'); |
11 | 12 | </script> |
12 | 13 |
|
13 | | - <meta charset="UTF-8"> |
14 | 14 | <meta name="language" content="en"> |
15 | 15 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
16 | 16 | <meta name="description" content="ErScripts - Safe, powerful scripts for Counter-Strike 2. Enhance your gameplay without memory interaction or injections. Valve-server friendly."> |
|
20 | 20 |
|
21 | 21 | <!-- Security --> |
22 | 22 | <meta name="referrer" content="strict-origin-when-cross-origin"> |
23 | | - <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' https://www.googletagmanager.com; style-src 'self' https://fonts.googleapis.com;"> |
| 23 | + <meta http-equiv="Content-Security-Policy" content=" |
| 24 | + default-src 'self'; |
| 25 | + script-src 'self' https://www.googletagmanager.com; |
| 26 | + style-src 'self' https://fonts.googleapis.com; |
| 27 | + font-src https://fonts.gstatic.com; |
| 28 | + img-src 'self'; |
| 29 | + connect-src 'self' https://www.google-analytics.com; |
| 30 | + frame-ancestors 'self'; |
| 31 | + "> |
24 | 32 |
|
25 | 33 | <!-- Performance --> |
26 | 34 | <meta name="theme-color" content="#4b0082"> |
27 | 35 |
|
28 | 36 | <!-- Apple --> |
29 | | - <meta name="apple-mobile-web-app-capable" content="yes"> |
| 37 | + <meta name="mobile-web-app-capable" content="yes"> |
30 | 38 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
31 | 39 |
|
32 | 40 | <!-- Open Graph / Facebook --> |
33 | 41 | <meta property="og:type" content="website"> |
34 | 42 | <meta property="og:url" content="https://emp0ry.github.io/ErScripts/"> |
35 | 43 | <meta property="og:title" content="ErScripts - Safe and Powerful Scripts for Counter-Strike 2"> |
36 | 44 | <meta property="og:description" content="Safe, powerful scripts for Counter-Strike 2. Enhance your gameplay without memory interaction or injections."> |
37 | | - <!-- <meta property="og:image" content="https://raw.githubusercontent.com/emp0ry/ErScripts/refs/heads/master/ErScripts/erscripts.ico"> --> |
38 | 45 | <meta property="og:site_name" content="ErScripts"> |
39 | 46 |
|
40 | 47 | <!-- Twitter --> |
41 | 48 | <meta name="twitter:card" content="summary_large_image"> |
42 | 49 | <meta name="twitter:url" content="https://emp0ry.github.io/ErScripts/"> |
43 | 50 | <meta name="twitter:title" content="ErScripts - Safe and Powerful Scripts for Counter-Strike 2"> |
44 | 51 | <meta name="twitter:description" content="Safe, powerful scripts for Counter-Strike 2. Enhance your gameplay without memory interaction or injections."> |
45 | | - <!-- <meta name="twitter:image" content="https://raw.githubusercontent.com/emp0ry/ErScripts/refs/heads/master/ErScripts/erscripts.ico"> --> |
46 | 52 |
|
47 | 53 | <!-- Canonical URL --> |
48 | 54 | <link rel="canonical" href="https://emp0ry.github.io/ErScripts/"> |
49 | 55 |
|
50 | | - <!-- Favicon --> |
51 | | - <link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/emp0ry/ErScripts/refs/heads/master/ErScripts/erscripts.ico"> |
| 56 | + <!-- Favicon (assumes erscripts.ico is in repo root) --> |
| 57 | + <link rel="icon" type="image/x-icon" href="/erscripts.ico"> |
52 | 58 |
|
53 | 59 | <!-- Google Fonts: Poppins --> |
54 | 60 | <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet"> |
|
74 | 80 | </script> |
75 | 81 | </head> |
76 | 82 | <body> |
77 | | - <div class="container"> |
78 | | - <h1>ErScripts</h1> |
79 | | - <div class="about"> |
| 83 | + <header> |
| 84 | + <div class="container"> |
| 85 | + <h1>ErScripts</h1> |
| 86 | + </div> |
| 87 | + </header> |
| 88 | + |
| 89 | + <main class="container"> |
| 90 | + <section class="about"> |
80 | 91 | <p><strong>ErScripts</strong> is a collection of scripts for <strong>Counter-Strike 2</strong>. No memory interaction or injections—fully safe for Valve servers.</p> |
81 | 92 | <a href="https://github.com/emp0ry/ErScripts" class="btn" aria-label="Visit the ErScripts repository on GitHub">Visit the Repository</a> |
82 | | - <a href="/" class="btn back-to-hub" aria-label="Back to emp0ry's Hub">Back to Hub</a> |
83 | | - </div> |
| 93 | + <a href="https://emp0ry.github.io/" class="btn back-to-hub" aria-label="Back to emp0ry's Hub">Back to Hub</a> |
| 94 | + </section> |
84 | 95 |
|
85 | | - <h2>Featured Scripts</h2> |
86 | | - <div class="features"> |
87 | | - <div class="feature-card"> |
88 | | - <h3>Automation Tools</h3> |
89 | | - <p>Streamline repetitive tasks to save time and effort.</p> |
| 96 | + <section> |
| 97 | + <h2>Featured Scripts</h2> |
| 98 | + <div class="features"> |
| 99 | + <div class="feature-card"> |
| 100 | + <h3>Automation Tools</h3> |
| 101 | + <p>Streamline repetitive tasks to save time and effort.</p> |
| 102 | + </div> |
| 103 | + <div class="feature-card"> |
| 104 | + <h3>Utility Helpers</h3> |
| 105 | + <p>Small, powerful tools to boost your gaming experience.</p> |
| 106 | + </div> |
| 107 | + <div class="feature-card"> |
| 108 | + <h3>Custom Solutions</h3> |
| 109 | + <p>Tailored scripts for unique CS2 challenges.</p> |
| 110 | + </div> |
90 | 111 | </div> |
91 | | - <div class="feature-card"> |
92 | | - <h3>Utility Helpers</h3> |
93 | | - <p>Small, powerful tools to boost your gaming experience.</p> |
94 | | - </div> |
95 | | - <div class="feature-card"> |
96 | | - <h3>Custom Solutions</h3> |
97 | | - <p>Tailored scripts for unique CS2 challenges.</p> |
98 | | - </div> |
99 | | - </div> |
100 | | - </div> |
| 112 | + </section> |
| 113 | + </main> |
| 114 | + |
101 | 115 | <footer> |
102 | 116 | <p>© 2025 <a href="https://github.com/emp0ry/" aria-label="Visit emp0ry's GitHub profile">emp0ry</a></p> |
103 | 117 | </footer> |
|
0 commit comments