first 2 files of website

master
Avital 5 years ago
commit 3f94948b34

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

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