mpercivalxyz

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 7b104dfe34bacd6e86c76814da0fa62de5d69fd5
parent 6ae7d0d6af7ed9e58856e6c66061f484eb95b548
Author: mpizzzle <m@michaelpercival.xyz>
Date:   Sun,  7 Apr 2019 14:39:12 +0100

adding paragraph tags

Diffstat:
Mgpg.html | 2++
Mindex.html | 18++++++++++--------
2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/gpg.html b/gpg.html @@ -12,6 +12,7 @@ <link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.6/united/bootstrap.min.css" rel="stylesheet"> </head> <body> +<pre> pub rsa4096 2019-04-07 [SC] [expires: 2021-04-06] FC3056FFB25B27F3E23C4714C9A24A99EB95BCAC uid [ultimate] Michael Percival <m@michaelpercival.xyz> @@ -69,6 +70,7 @@ hdIJ9ZVLaGz/qV9oixVEmdDV/WC9Cu/lIsKu5cPi/ADaMcTFVJWrT0aKpW/rMi28 x3NtZUPjN9qxwvdorrgKiQ== =zamr -----END PGP PUBLIC KEY BLOCK----- +</pre> </body> </html> diff --git a/index.html b/index.html @@ -2,19 +2,21 @@ <html lang="en"> <head> - <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta name="description" content=""> - <meta name="author" content="mpizzzle"> - <title>Michael Percival's Home Page</title> - <!-- Bootstrap Core CSS --> - <link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.6/united/bootstrap.min.css" rel="stylesheet"> +<meta charset="utf-8"> +<meta http-equiv="X-UA-Compatible" content="IE=edge"> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<meta name="description" content=""> +<meta name="author" content="mpizzzle"> +<title>Michael Percival's Home Page</title> +<!-- Bootstrap Core CSS --> +<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.6/united/bootstrap.min.css" rel="stylesheet"> </head> <body> +<p> Hello World! email me at <a href="http://michaelpercival.xyz/gpg.html">m@michaelpercival.xyz</a> +</p> </body> </html>