first two files of website

master
anna sandri 5 years ago
commit 0e416ee7db

@ -0,0 +1,13 @@
<!DOCTYPE HTML>
<html>
<head>
<title>My page</title>
<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,10 @@
style.css:
body { background: black;
color:white;
}
p {
text-decoration: underline;
}
Loading…
Cancel
Save