vilvona 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,92 +1,89 @@
1
1
  <div align="center">
2
2
 
3
- <img src="ui/public/logo1.png" alt="Vilvona AI" width="120" />
3
+ <img src="ui/public/logo1.png" alt="Vilvona AI" width="110" />
4
4
 
5
5
  # Vilvona AI
6
6
 
7
7
  **Your personal AI that connects everything.**
8
8
 
9
- [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
10
- [![npm version](https://img.shields.io/npm/v/vilvona?color=orange)](https://www.npmjs.com/package/vilvona)
9
+ [![npm version](https://img.shields.io/npm/v/vilvona?label=npm&color=22c55e)](https://www.npmjs.com/package/vilvona)
10
+ [![License: MIT](https://img.shields.io/badge/license-MIT-22c55e.svg)](LICENSE)
11
+ [![Node 22+](https://img.shields.io/badge/node-22%2B-22c55e)](https://nodejs.org)
12
+ [![Claude Fable 5](https://img.shields.io/badge/AI-Claude%20Fable%205-15803d)](https://anthropic.com)
13
+ [![Mobile PWA](https://img.shields.io/badge/mobile-PWA-16a34a)](#mobile-pwa)
11
14
  [![GitHub Stars](https://img.shields.io/github/stars/vignesh2027/Vilvona-AI?style=social)](https://github.com/vignesh2027/Vilvona-AI)
12
- [![Claude Fable 5](https://img.shields.io/badge/AI-Claude%20Fable%205-blueviolet)](https://anthropic.com)
13
- [![Mobile PWA](https://img.shields.io/badge/Mobile-PWA%20Ready-0ea5e9)](#mobile-pwa)
14
- [![Node 22+](https://img.shields.io/badge/Node-22%2B-brightgreen)](https://nodejs.org)
15
- [![Sponsor](https://img.shields.io/badge/Sponsor-%E2%9D%A4-red)](https://github.com/sponsors/vignesh2027)
16
15
 
17
- Powered by **Claude Fable 5** — the most capable AI from Anthropic.
18
- Works on **desktop, mobile, and tablet**. Supports **Tamil**, **Hindi**, and 21 languages.
16
+ Powered by **Claude Fable 5** — Anthropic's most capable model.
17
+ Supports **Tamil**, **Hindi**, and 21 languages. Works on **desktop, mobile, and tablet**.
19
18
  100% **BYOK** — bring your own API key. Your data never leaves your machine.
20
19
 
21
- [Quick Start](#quick-start) · [Features](#features) · [Docker](#docker) · [Pro Tier](#pro-tier) · [Sponsors](#sponsors)
20
+ **[Docs](https://vignesh2027.github.io/Vilvona-AI)** &nbsp;·&nbsp;
21
+ **[npm](https://npmjs.com/package/vilvona)** &nbsp;·&nbsp;
22
+ **[Pro License](https://vignesh2027.mojo.page/vilvona-ai-pro)** &nbsp;·&nbsp;
23
+ **[Issues](https://github.com/vignesh2027/Vilvona-AI/issues)**
22
24
 
23
25
  </div>
24
26
 
25
27
  ---
26
28
 
27
- ## What is Vilvona AI?
28
-
29
- Vilvona AI is a self-hosted personal AI assistant that connects to all your apps — WhatsApp, Telegram, Slack, Gmail, Discord, Notion, GitHub, and more — from one clean interface. Run it locally or on your server. Zero data sent to third parties. You own everything.
30
-
31
- It is built on the foundation of [OpenClaw](https://openclaw.ai) (MIT license) with three key upgrades:
32
-
33
- 1. **Claude Fable 5** as the default model — the most intelligent AI available today
34
- 2. **Tamil & Hindi UI** — first AI assistant with native support for India's languages
35
- 3. **Mobile PWA** — install on your phone from the browser, no app store needed
36
-
37
- ---
38
-
39
29
  ## Quick Start
40
30
 
41
31
  ```bash
42
- # Run instantly — no install needed
32
+ # npm (no install needed)
43
33
  npx vilvona
44
34
 
45
- # Or install globally
35
+ # yarn
36
+ yarn dlx vilvona
37
+
38
+ # pnpm
39
+ pnpm dlx vilvona
40
+
41
+ # global install
46
42
  npm install -g vilvona
47
43
  vilvona
48
44
  ```
49
45
 
50
- Set your Anthropic API key (get one free at [console.anthropic.com](https://console.anthropic.com)):
46
+ Set your API key and start:
51
47
 
52
48
  ```bash
53
49
  export ANTHROPIC_API_KEY=sk-ant-...
54
50
  npx vilvona
55
51
  ```
56
52
 
57
- Open **http://localhost:4000** in your browser. That's it.
53
+ Open **http://localhost:4000** in your browser.
58
54
 
59
- > **Mobile:** Open http://your-ip:4000 on your phone and tap "Add to Home Screen" to install as a PWA app.
55
+ > **Mobile:** Open `http://your-machine-ip:4000` on your phone and tap "Add to Home Screen" to install as a PWA.
60
56
 
61
57
  ---
62
58
 
63
- ## Features
59
+ ## What is Vilvona AI?
64
60
 
65
- ### Core
61
+ Vilvona AI is a self-hosted personal AI assistant that connects to all your apps — WhatsApp, Telegram, Slack, Gmail, Discord, Notion, GitHub, and 100+ more — from one clean interface.
66
62
 
67
- | Feature | Details |
68
- | -------------------- | --------------------------------------------------------------------------------------------------------------- |
69
- | **Claude Fable 5** | Default model — 1M context, computer use, best reasoning |
70
- | **21 Languages** | Tamil (தமிழ்), Hindi (हिन्दी), English, Chinese, Japanese, Korean, Arabic, French, German, Spanish, and 12 more |
71
- | **Mobile PWA** | Install as an app on iOS and Android directly from your browser |
72
- | **BYOK** | Bring your own Anthropic API key — Vilvona pays nothing, you pay per token directly |
73
- | **Self-hosted** | Runs entirely on your machine; no cloud, no accounts, no tracking |
74
- | **All integrations** | 100+ app connections inherited from OpenClaw |
63
+ Built on [OpenClaw](https://github.com/openclaw/openclaw) (MIT), with three key additions:
75
64
 
76
- ### AI Models
65
+ | Addition | Description |
66
+ | -------------------- | ---------------------------------------------------------------------------------------- |
67
+ | **Claude Fable 5** | Anthropic's most capable model as the default — 1M context, computer use, best reasoning |
68
+ | **Tamil & Hindi UI** | First AI assistant with native support for India's two major languages |
69
+ | **Mobile PWA** | Install on your phone from the browser — no app store needed |
77
70
 
78
- ```bash
79
- # Claude Fable 5 (default — most capable)
80
- export VILVONA_DEFAULT_MODEL=fable
71
+ ---
81
72
 
82
- # Claude Opus 4.8 (balanced)
83
- export VILVONA_DEFAULT_MODEL=opus
73
+ ## Features
74
+
75
+ ### AI Models
76
+
77
+ Vilvona AI uses Claude Fable 5 by default — the most capable model from Anthropic.
84
78
 
85
- # Claude Sonnet 4.6 (fast & affordable)
86
- export VILVONA_DEFAULT_MODEL=sonnet
79
+ ```bash
80
+ # Set via environment variable
81
+ export VILVONA_DEFAULT_MODEL=fable # Claude Fable 5 (default, most capable)
82
+ export VILVONA_DEFAULT_MODEL=opus # Claude Opus 4.8 (balanced)
83
+ export VILVONA_DEFAULT_MODEL=sonnet # Claude Sonnet 4.6 (fast, affordable)
87
84
  ```
88
85
 
89
- Or set in your config file:
86
+ Or in your config file (`~/.openclaw/config.json`):
90
87
 
91
88
  ```json
92
89
  {
@@ -106,16 +103,61 @@ Or set in your config file:
106
103
  | **Productivity** | Google Calendar, Google Drive, Dropbox |
107
104
  | **Developer** | GitHub, GitLab, webhooks, custom MCP servers |
108
105
 
106
+ ### Languages
107
+
108
+ Vilvona AI is the first AI assistant with native Tamil and Hindi UI:
109
+
110
+ | Language | Script | Code | Status |
111
+ | --------- | -------- | ------- | --------- |
112
+ | **Tamil** | தமிழ் | `ta` | Full UI |
113
+ | **Hindi** | हिन्दी | `hi` | Full UI |
114
+ | English | English | `en` | Default |
115
+ | Chinese | 中文 | `zh-CN` | Supported |
116
+ | Japanese | 日本語 | `ja-JP` | Supported |
117
+ | Korean | 한국어 | `ko` | Supported |
118
+ | Arabic | العربية | `ar` | Supported |
119
+ | French | Français | `fr` | Supported |
120
+ | German | Deutsch | `de` | Supported |
121
+ | Spanish | Español | `es` | Supported |
122
+ | + 11 more | — | — | Supported |
123
+
109
124
  ---
110
125
 
111
126
  ## Installation
112
127
 
113
- ### npx (recommended no install)
128
+ ### npx recommended, no install
114
129
 
115
130
  ```bash
116
131
  npx vilvona
117
132
  ```
118
133
 
134
+ ### yarn
135
+
136
+ ```bash
137
+ # Run without installing
138
+ yarn dlx vilvona
139
+
140
+ # Install globally
141
+ yarn global add vilvona
142
+ vilvona
143
+ ```
144
+
145
+ > Requires Corepack: `corepack enable`
146
+
147
+ ### pnpm
148
+
149
+ ```bash
150
+ # Run without installing
151
+ pnpm dlx vilvona
152
+
153
+ # Install globally
154
+ pnpm add -g vilvona
155
+ vilvona
156
+ ```
157
+
158
+ > If `pnpm dlx` fails on a brand-new release, use `npx vilvona` or run:
159
+ > `pnpm config set minimumReleaseAge 0`
160
+
119
161
  ### npm global
120
162
 
121
163
  ```bash
@@ -126,10 +168,32 @@ vilvona
126
168
  ### Docker
127
169
 
128
170
  ```bash
171
+ # Quick start
129
172
  docker run \
130
173
  -e ANTHROPIC_API_KEY=sk-ant-... \
131
174
  -p 4000:4000 \
132
- ghcr.io/vignesh2027/vilvona-ai:latest
175
+ ghcr.io/vignesh2027/vilvona-ai
176
+
177
+ # With Pro key
178
+ docker run \
179
+ -e ANTHROPIC_API_KEY=sk-ant-... \
180
+ -e VILVONA_PRO_KEY=VLVN-XXXX-XXXX-XXXX-XXXX \
181
+ -p 4000:4000 \
182
+ ghcr.io/vignesh2027/vilvona-ai
183
+
184
+ # With persistent data
185
+ docker run \
186
+ -e ANTHROPIC_API_KEY=sk-ant-... \
187
+ -v ~/.vilvona:/root/.openclaw \
188
+ -p 4000:4000 \
189
+ ghcr.io/vignesh2027/vilvona-ai
190
+ ```
191
+
192
+ ### Windows (PowerShell)
193
+
194
+ ```powershell
195
+ $env:ANTHROPIC_API_KEY = "sk-ant-..."
196
+ npx vilvona
133
197
  ```
134
198
 
135
199
  ### Build from source
@@ -138,49 +202,54 @@ docker run \
138
202
  git clone https://github.com/vignesh2027/Vilvona-AI.git
139
203
  cd Vilvona-AI
140
204
  node --version # Must be 22+
141
- pnpm install
142
- pnpm dev
205
+ node openclaw.mjs
143
206
  ```
144
207
 
145
- > **Requires Node.js 22+.** If you have nvm: `nvm install 22 && nvm use 22`
208
+ > Requires Node.js 22.19+. Use nvm: `nvm install 22 && nvm use 22`
146
209
 
147
210
  ---
148
211
 
149
212
  ## Mobile PWA
150
213
 
151
- Vilvona AI works as a full mobile app — no App Store, no Play Store needed.
214
+ Vilvona AI works as a full mobile app — no App Store, no Play Store.
152
215
 
153
- **On iPhone (Safari):**
216
+ **iPhone (Safari):**
154
217
 
155
- 1. Open `http://your-machine-ip:4000`
218
+ 1. Open `http://your-machine-ip:4000` in Safari
156
219
  2. Tap the share icon → **Add to Home Screen**
157
220
  3. Vilvona AI is now on your home screen
158
221
 
159
- **On Android (Chrome):**
222
+ **Android (Chrome):**
160
223
 
161
- 1. Open `http://your-machine-ip:4000`
162
- 2. Tap the menu → **Install app**
224
+ 1. Open `http://your-machine-ip:4000` in Chrome
225
+ 2. Tap the three-dot menu → **Install app**
163
226
  3. Done
164
227
 
165
228
  ---
166
229
 
167
- ## Languages
230
+ ## Configuration
231
+
232
+ Config file location: `~/.openclaw/config.json`
233
+
234
+ ```json
235
+ {
236
+ "defaults": {
237
+ "model": "anthropic/claude-fable-5"
238
+ },
239
+ "ui": {
240
+ "locale": "ta"
241
+ }
242
+ }
243
+ ```
168
244
 
169
- Vilvona AI is the first AI assistant with built-in Tamil and Hindi UI:
245
+ ### Environment variables
170
246
 
171
- | Language | Code | Status |
172
- | ------------------ | ------- | ------- |
173
- | Tamil (தமிழ்) | `ta` | Full UI |
174
- | Hindi (हिन्दी) | `hi` | Full UI |
175
- | English | `en` | Full UI |
176
- | Chinese Simplified | `zh-CN` | Full UI |
177
- | Japanese | `ja-JP` | Full UI |
178
- | Korean | `ko` | Full UI |
179
- | Arabic | `ar` | Full UI |
180
- | French | `fr` | Full UI |
181
- | German | `de` | Full UI |
182
- | Spanish | `es` | Full UI |
183
- | + 11 more | — | Full UI |
247
+ | Variable | Description | Default |
248
+ | ----------------------- | -------------------------------------------- | ------- |
249
+ | `ANTHROPIC_API_KEY` | Your Anthropic API key (required) | — |
250
+ | `VILVONA_DEFAULT_MODEL` | Model alias: `fable`, `opus`, `sonnet` | `fable` |
251
+ | `VILVONA_PRO_KEY` | Pro license key (`VLVN-XXXX-XXXX-XXXX-XXXX`) | — |
252
+ | `OPENCLAW_PORT` | Port to listen on | `4000` |
184
253
 
185
254
  ---
186
255
 
@@ -190,19 +259,20 @@ Vilvona AI Pro unlocks enterprise and team features.
190
259
 
191
260
  | Feature | Free | Pro |
192
261
  | ------------------------------ | ---- | --- |
193
- | Claude Fable 5 | | |
194
- | All integrations | | |
195
- | Tamil & Hindi UI | | |
196
- | Mobile PWA | | |
197
- | Enterprise audit logs | — | |
198
- | Team config sync | — | |
199
- | Advanced analytics | — | |
200
- | Priority Fable 5 routing | — | |
201
- | Custom AI personas (unlimited) | — | |
202
- | Webhook & Zapier integrations | — | |
203
- | White-label branding | — | ✅ |
204
-
205
- **Get Pro — ₹4,100 one-time (~$49):** [vignesh2027.mojo.page/vilvona-ai-pro](https://vignesh2027.mojo.page/vilvona-ai-pro)
262
+ | Claude Fable 5 | Yes | Yes |
263
+ | All 100+ integrations | Yes | Yes |
264
+ | Tamil & Hindi UI | Yes | Yes |
265
+ | Mobile PWA | Yes | Yes |
266
+ | Enterprise audit logs | — | Yes |
267
+ | Team config sync | — | Yes |
268
+ | Priority Fable 5 routing | — | Yes |
269
+ | Custom AI personas (unlimited) | — | Yes |
270
+ | Webhook & Zapier integrations | — | Yes |
271
+ | White-label branding | — | Yes |
272
+
273
+ **One-time payment — ₹4,100 (~$49):** [vignesh2027.mojo.page/vilvona-ai-pro](https://vignesh2027.mojo.page/vilvona-ai-pro)
274
+
275
+ After purchase, activate your key:
206
276
 
207
277
  ```bash
208
278
  export VILVONA_PRO_KEY=VLVN-XXXX-XXXX-XXXX-XXXX
@@ -211,104 +281,94 @@ vilvona
211
281
 
212
282
  ---
213
283
 
214
- ## Docker
284
+ ## How it works
215
285
 
216
- ```bash
217
- # Quick start
218
- docker run -e ANTHROPIC_API_KEY=sk-ant-... -p 4000:4000 ghcr.io/vignesh2027/vilvona-ai
286
+ ```
287
+ npx vilvona
288
+ └── openclaw.mjs (Vilvona launcher)
289
+ ├── Checks Node.js 22+ (shows clear error if older)
290
+ ├── Prints Vilvona banner
291
+ ├── Downloads openclaw runtime → ~/.vilvona/runtime/ (first run only, ~97MB)
292
+ ├── Sets OPENCLAW_DEFAULT_MODEL=anthropic/claude-fable-5
293
+ └── Launches openclaw runtime (opens UI at localhost:4000)
294
+ ```
219
295
 
220
- # With Pro key
221
- docker run \
222
- -e ANTHROPIC_API_KEY=sk-ant-... \
223
- -e VILVONA_PRO_KEY=VLVN-XXXX-XXXX-XXXX-XXXX \
224
- -p 4000:4000 \
225
- ghcr.io/vignesh2027/vilvona-ai
296
+ The first run downloads the OpenClaw runtime (~97MB) to `~/.vilvona/runtime/`. Subsequent runs start instantly from cache.
226
297
 
227
- # With persistent data
228
- docker run \
229
- -e ANTHROPIC_API_KEY=sk-ant-... \
230
- -v ~/.vilvona:/root/.openclaw \
231
- -p 4000:4000 \
232
- ghcr.io/vignesh2027/vilvona-ai
233
- ```
298
+ ---
299
+
300
+ ## Why Vilvona AI vs OpenClaw?
301
+
302
+ | | Vilvona AI | OpenClaw |
303
+ | ----------------- | ---------------------------------------------- | ------------- |
304
+ | Default AI model | Claude Fable 5 (latest) | Varies |
305
+ | Tamil language UI | Built-in | Not supported |
306
+ | Hindi language UI | Built-in | Not supported |
307
+ | Mobile PWA | Enhanced manifest | Basic |
308
+ | Pro tier | Enterprise features | None |
309
+ | npm package | `npx vilvona` | Source only |
310
+ | Maintained by | [@vignesh2027](https://github.com/vignesh2027) | OpenClaw team |
234
311
 
235
312
  ---
236
313
 
237
- ## Configuration
314
+ ## npm + GitHub Actions Auto-Release
238
315
 
239
- Vilvona AI stores its config at `~/.openclaw/config.json`:
316
+ When you push a version tag, GitHub Actions automatically publishes to npm:
240
317
 
241
- ```json
242
- {
243
- "defaults": {
244
- "model": "anthropic/claude-fable-5"
245
- },
246
- "ui": {
247
- "locale": "ta"
248
- }
249
- }
318
+ ```bash
319
+ # Update version, commit, push tag — npm publishes automatically
320
+ npm version patch # bumps to next version
321
+ git push origin main --follow-tags
250
322
  ```
251
323
 
252
- **Environment variables:**
324
+ The `release.yml` workflow:
253
325
 
254
- | Variable | Description |
255
- | ----------------------- | ---------------------------------------------------- |
256
- | `ANTHROPIC_API_KEY` | Your Anthropic API key (required) |
257
- | `VILVONA_DEFAULT_MODEL` | Default model: `fable`, `opus`, `sonnet` |
258
- | `VILVONA_PRO_KEY` | Pro license key (format: `VLVN-XXXX-XXXX-XXXX-XXXX`) |
259
- | `OPENCLAW_PORT` | Port to run on (default: `4000`) |
326
+ 1. Runs on any `v*` tag push
327
+ 2. Validates package.json and launcher
328
+ 3. Publishes to npm with `--access public`
329
+ 4. Creates a GitHub Release with install instructions
260
330
 
261
331
  ---
262
332
 
263
- ## Why Vilvona vs OpenClaw?
333
+ ## Contributing
264
334
 
265
- | | Vilvona AI | OpenClaw |
266
- | -------------- | ---------------------------------------------- | ------------- |
267
- | Default model | Claude Fable 5 | Varies |
268
- | Tamil language | Built-in | Not supported |
269
- | Hindi language | Built-in | Not supported |
270
- | Mobile PWA | Enhanced | Basic |
271
- | Pro tier | Included | None |
272
- | Maintained by | [@vignesh2027](https://github.com/vignesh2027) | OpenClaw team |
335
+ Vilvona AI is built and maintained by **Vignesh S**. Found a bug or have a feature request? [Open an issue](https://github.com/vignesh2027/Vilvona-AI/issues).
273
336
 
274
337
  ---
275
338
 
276
- ## Sponsors
339
+ ## Support & Sponsorship
277
340
 
278
- Vilvona AI is free and open source. If it saves you time, consider sponsoring:
341
+ If Vilvona AI saves you time, consider supporting:
279
342
 
280
- [![GitHub Sponsors](https://img.shields.io/badge/Sponsor%20on-GitHub-ea4aaa?logo=github)](https://github.com/sponsors/vignesh2027)
281
- [![Get Pro](https://img.shields.io/badge/Get-Pro%20License-orange)](https://vignesh2027.mojo.page/vilvona-ai-pro)
343
+ [![Sponsor on GitHub](https://img.shields.io/badge/Sponsor%20on-GitHub-ea4aaa?logo=github)](https://github.com/sponsors/vignesh2027)
344
+ [![Get Pro License](https://img.shields.io/badge/Get-Pro%20License-15803d)](https://vignesh2027.mojo.page/vilvona-ai-pro)
282
345
 
283
346
  ---
284
347
 
285
- ## Reporting Issues
348
+ ## Changelog
286
349
 
287
- Found a bug? [Open an issue](https://github.com/vignesh2027/Vilvona-AI/issues)
350
+ See [CHANGELOG.md](CHANGELOG.md) for version history.
288
351
 
289
352
  ---
290
353
 
291
354
  ## License
292
355
 
293
- [MIT](LICENSE) — free to use, modify, and distribute.
356
+ [MIT](LICENSE) — free to use, modify, and redistribute.
294
357
 
295
- Built on [OpenClaw](https://openclaw.ai) (MIT). All OpenClaw contributors are credited in [UPSTREAM.md](UPSTREAM.md).
296
-
297
- ---
298
-
299
- ## Built by
300
-
301
- **Vignesh S** — [github.com/vignesh2027](https://github.com/vignesh2027)
302
-
303
- CSE student at Takshashila University, Chennai.
304
- Building tools that make AI accessible for everyone — especially in Tamil and Hindi.
358
+ Built on [OpenClaw](https://github.com/openclaw/openclaw) (MIT). Attribution in [UPSTREAM.md](UPSTREAM.md).
305
359
 
306
360
  ---
307
361
 
308
362
  <div align="center">
309
363
 
310
- **If Vilvona AI helped you, please star this repo**
364
+ **If Vilvona AI helped you, please star this repo**
365
+
366
+ [Docs](https://vignesh2027.github.io/Vilvona-AI) &nbsp;·&nbsp;
367
+ [Report a Bug](https://github.com/vignesh2027/Vilvona-AI/issues) &nbsp;·&nbsp;
368
+ [Get Pro](https://vignesh2027.mojo.page/vilvona-ai-pro) &nbsp;·&nbsp;
369
+ [Sponsor](https://github.com/sponsors/vignesh2027)
311
370
 
312
- [Report Bug](https://github.com/vignesh2027/Vilvona-AI/issues) · [Request Feature](https://github.com/vignesh2027/Vilvona-AI/issues) · [Get Pro](https://vignesh2027.mojo.page/vilvona-ai-pro) · [Sponsor](https://github.com/sponsors/vignesh2027)
371
+ Built by **Vignesh S** CSE student at Takshashila University, Chennai.
372
+ Building AI tools accessible to everyone, especially in Tamil and Hindi.
313
373
 
314
374
  </div>
package/docs/.nojekyll ADDED
File without changes
package/docs/404.html ADDED
@@ -0,0 +1,12 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta http-equiv="refresh" content="0; url=index.html" />
6
+ <title>Redirecting — Vilvona AI</title>
7
+ </head>
8
+ <body>
9
+ <p>Redirecting to <a href="index.html">Vilvona AI</a>...</p>
10
+ <script>window.location.href = 'index.html';</script>
11
+ </body>
12
+ </html>