diff options
| author | Christopher Gwynn <[email protected]> | 2021-05-19 02:33:34 -0400 |
|---|---|---|
| committer | Christopher Gwynn <[email protected]> | 2021-05-19 02:33:34 -0400 |
| commit | a583c915991405f6ed9956eb38e59b49db0d41a1 (patch) | |
| tree | 3303accfa0cb71c54e8d2bb2695588f6926a7cef /src/index.html | |
| parent | configure for react (diff) | |
| download | wizard101-rpc-a583c915991405f6ed9956eb38e59b49db0d41a1.tar.xz wizard101-rpc-a583c915991405f6ed9956eb38e59b49db0d41a1.zip | |
more setup, tabs
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 7ac05cc..99bf5ec 100644 --- a/src/index.html +++ b/src/index.html @@ -2,7 +2,7 @@ <html> <head> <meta charset="UTF-8" /> - <title>Hello World!</title> + <title>Wizard101-RPC</title> </head> <body> <div id="app"></div> |