formatting

This commit is contained in:
Jack Bond-Preston 2020-10-26 23:04:29 +00:00
parent 2f1a313ca1
commit 1301f1a8f8
2 changed files with 5 additions and 2 deletions

View File

@ -3,13 +3,16 @@
<head> <head>
<title>Jack Bond-Preston</title> <title>Jack Bond-Preston</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style/stylesheet.css"> <link rel="stylesheet" href="style/stylesheet.css">
</head> </head>
<body> <body>
<h1> <h1>
<a href="https://jackbondpreston.me">jack bond&hyphen;preston</a> <a href="https://jackbondpreston.me">jack bond&hyphen;preston</a>
</h1> </h1>
@ -29,4 +32,4 @@
</body> </body>
</html> </html>

View File

@ -38,4 +38,4 @@ a {
color: rgb(252, 169, 184); color: rgb(252, 169, 184);
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
} }