first two files of my website

master
Mark van den Heuvel 5 years ago
commit ced3b1d100

@ -0,0 +1,12 @@
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>My webpage</h1>
<p>I started it to test <br/> <b>Git</b></p>
</body>
</html>

@ -0,0 +1,7 @@
body { background: black;
color:white;
}
p {
text-decoration: underline;
}
Loading…
Cancel
Save