You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename HECVAT-415.html to index.html for GitHub Pages
Makes the site accessible at the repo root URL without needing
a filename in the path. Updates all references in README, app.js,
and the nginx/apache/Caddy/_headers server configs.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
```
11
11
HECVAT-415/
12
-
├── HECVAT-415.html — Open this file in your browser to use the form
12
+
├── index.html — Open this file in your browser to use the form
13
13
├── hecvat-data.js — Question data (332 questions from HECVAT 4.1.5 xlsx)
14
14
├── hecvat-app.js — Application logic
15
15
└── hecvat.css — Stylesheet
@@ -23,7 +23,7 @@ other three by relative path, so moving them apart will break the tool.
23
23
## Getting Started
24
24
25
25
1.**Unzip** the archive into a folder on your computer.
26
-
2.**Open `HECVAT-415.html`** in a modern browser — Chrome, Firefox, Edge, or
26
+
2.**Open `index.html`** in a modern browser — Chrome, Firefox, Edge, or
27
27
Safari. No internet connection, server, or installation required.
28
28
3. Begin on the **Start Here** section. Your answers to the Required Questions
29
29
there determine which other sections apply to your product.
@@ -330,7 +330,7 @@ authoritative guidance on question interpretation and submission requirements.
330
330
331
331
## Hosted Deployment Guide
332
332
333
-
This tool is designed to run as a local file (`file://`) but can be hosted on a web server. When hosted, you **must** serve the security headers as HTTP response headers — the `<meta>` tags in `HECVAT-415.html` are a fallback, but HTTP headers provide stronger and more reliable enforcement.
333
+
This tool is designed to run as a local file (`file://`) but can be hosted on a web server. When hosted, you **must** serve the security headers as HTTP response headers — the `<meta>` tags in `index.html` are a fallback, but HTTP headers provide stronger and more reliable enforcement.
334
334
335
335
### Server configuration files
336
336
@@ -360,7 +360,7 @@ Every server configuration sets these headers:
360
360
361
361
### Deployment on Netlify or Cloudflare Pages
362
362
363
-
1. Copy the four tool files (`HECVAT-415.html`, `hecvat-app.js`, `hecvat-data.js`, `hecvat.css`) and the `_headers` file into your repository root.
363
+
1. Copy the four tool files (`index.html`, `hecvat-app.js`, `hecvat-data.js`, `hecvat.css`) and the `_headers` file into your repository root.
364
364
2. Set your publish directory to the repository root.
365
365
3. Deploy. Both platforms automatically apply the `_headers` file.
0 commit comments