diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2022-01-05 16:11:14 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2022-01-05 16:11:14 +0000 |
| commit | c9a18567dc5ff5775e9f494233c5bb7d599a88cb (patch) | |
| tree | 4632ba830b6052d107beaaca1950c2e3c86d54ce /index.html | |
| parent | 16b0f20415efd3ed2c181df74a473ebd5265892b (diff) | |
| download | js-raytracer-c9a18567dc5ff5775e9f494233c5bb7d599a88cb.tar.xz js-raytracer-c9a18567dc5ff5775e9f494233c5bb7d599a88cb.zip | |
Update readme
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <title>Test</title> + <title>Raytracer</title> <link rel="stylesheet" href="https://unpkg.com/spectre.css/dist/spectre.min.css"> <link rel="stylesheet" href="style.css"> </head> |