commit ff5cca3e9b2899514777c78bb21607bbf304575a parent ca4c1d3857938d2ec51dc67e3ed503fb0e4ac79b Author: mpizzzle <m@michaelpercival.xyz> Date: Sun, 7 Apr 2019 14:51:42 +0100 updating href Diffstat:
| M | index.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html @@ -15,7 +15,7 @@ <body> <p> Hello World! -email me at <a href="http://michaelpercival.xyz/gpg.html">m@michaelpercival.xyz</a> +email me at <a href="gpg.html">m@michaelpercival.xyz</a> </p> </body>