first html and css files for the test website
commit
9c0000697b
@ -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>
|
Loading…
Reference in New Issue