first two files for website

master
Clara Noseda 5 years ago
commit 34aa072250

@ -0,0 +1,11 @@
<!DOCTYPE HTML>
<html>
<head>
<title> BREHHH </title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>My webpage</h1>
<p> Hi there losers <br/> <b>Git</b></p>
</body>
</html>

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