diff options
author | Leonardo Santiago <[email protected]> | 2024-06-01 19:01:14 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-06-01 19:01:14 -0300 |
commit | 52459149e25cf12e6c65675a545fd1b264c9da57 (patch) | |
tree | f70892d1af8e572eb7095b49891c969d40488c3e /public/404.html | |
parent | 2ddbc2b056af0585b905606a2c6887d43f9c3b01 (diff) |
add deployment workflow
Diffstat (limited to 'public/404.html')
-rw-r--r-- | public/404.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/404.html b/public/404.html index 8568043..3155f08 100644 --- a/public/404.html +++ b/public/404.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en-US"> -<head> +<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> <meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" /> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> @@ -11,7 +11,7 @@ <meta name="keywords" content="correctness,rust," /> -<meta property="og:url" content="https://o-santi.github.com/404.html"> +<meta property="og:url" content="http://localhost:1313/404.html"> <meta property="og:site_name" content="lowest case"> <meta property="og:title" content="404 Page not found"> <meta property="og:description" content="a lowercase only blog, purely for aesthetics"> |