Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions templates/website.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head >
<meta charset="utf-8">
<title>My Website</title>
<style>
body {
background-color: blue;
}
</style>
</head>

<body>
<h1> hello ADI!!</h1>
<h2> welcome to my web page </h2>
<h3> Here are some basic facts about me </h3>
<ul>
<li> My name is Mahlet Yifru and I am a sophomore in SEAS majoring in computer science.</li>
<li> My favorite color is blue so i have used that as background of this web page. </li>
<li> I am a huge harry potter fan so here is a picture of hogwarts </li>
</ul>
<img src="C:\Users\Ayue\Pictures\hogwarts.jpg" alt="hogwarts castle" style=" width:400px; height:300px;" >
<P> Thank you for visiting this site !! </P>


</body>
</html>