-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomepage.html
More file actions
32 lines (30 loc) · 1.09 KB
/
Copy pathhomepage.html
File metadata and controls
32 lines (30 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Homepage</title>
</head>
<body>
<img src="./images/mersh.jpeg" alt="Merhatsidk's photo" width="120">
<p><strong>Merhatsidk T Ayele</strong> </p>
<ul>
<li>W1D1 - <a href=""> this homepage</a></li>
<li>W1D2 - <a href=""> About Me</a></li>
<li>W1D3 - <a href="./webpage-assign/index.html">Day 3 WHO site Design</a></li>
<li>W1D4 - <a href=""> Movie Review</a></li>
<li>W1D5 - <a href=""> Mp3 Library</a></li>
<li>W1D5 -<a href=""> Movie Review PHP</a></li>
</ul>
<footer>
<h4><strong>© Merhatsidk Ayele</strong></h4>
Maharishi International University <br>
Address: 1000 N 4th St., Fairfield, Iowa, 52557 <br>
Email: merhatsidk.ayele@miu.edu <br>
<a href="https://validator.w3.org/nu/?doc=https://merhatsidk.github.io/cs472">
<img src="https://manalabs.org/img/w3c-html.png" alt="w3c" />
</a>
</footer>
</body>
</html>