commit 03b621ef6e1b8fd1a8d6329e544380b20344359d parent b5d29fb90285256ae32032a46b3080d53597e63e Author: mpizzzle <m@michaelpercival.xyz> Date: Sun, 7 Apr 2019 13:18:22 +0100 adding index file Diffstat:
| A | index.html | | | 19 | +++++++++++++++++++ |
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<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"> +</head> + +<body> +Hello World! +</body> + +</html>