diff options
author | Martin Ashby <martin@ashbysoft.com> | 2018-07-03 12:38:22 +0100 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2018-07-03 12:38:22 +0100 |
commit | 3dc7e2a2e2158c99cb44d1ea3a3a6ff8738255d2 (patch) | |
tree | 65b6718e2fdc12034af02339c8b7742ea1cde15f /public/index.html | |
parent | 4a353d95f6d2dd8a9841bdae6f0721f5b014599e (diff) | |
download | unicornpaint-3dc7e2a2e2158c99cb44d1ea3a3a6ff8738255d2.tar.gz unicornpaint-3dc7e2a2e2158c99cb44d1ea3a3a6ff8738255d2.tar.bz2 unicornpaint-3dc7e2a2e2158c99cb44d1ea3a3a6ff8738255d2.tar.xz unicornpaint-3dc7e2a2e2158c99cb44d1ea3a3a6ff8738255d2.zip |
Better layout with CSS.
Changed favicon & title.
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index ed0ebaf..300c1e9 100644 --- a/public/index.html +++ b/public/index.html @@ -19,7 +19,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - <title>React App</title> + <title>Unicorn Paint!</title> </head> <body> <noscript> |