first 2 files of website

master
Castro0o 5 years ago
commit c376542430

@ -0,0 +1,13 @@
<!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 <b>Git</b></p>
</body>
</html>

@ -0,0 +1,11 @@
body { background: #941818;
color:white;
}
p {
text-decoration: underline;
}
h1 {
font-style: italic;
}
Loading…
Cancel
Save