-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="author" content="An Dao"> | ||
<title>Doraemon</title> | ||
<link href="css/style.css" rel="stylesheet" /> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>Doraemon</h1> | ||
</header> | ||
|
||
<main> | ||
<img src="img/doraemon-pic.jpg" alt="Doraemon Image"> | ||
|
||
<p> | ||
Doraemon is a robotic cat from the 22nd century in the Japanese manga | ||
series called <cite><a href="https://en.wikipedia.org/wiki/Doraemon_%28character%29">Doraemon</a></cite>. He comes to 20th century and stays with | ||
Nobita's family. Doraemon can pull all sorts of special devices from 22nd | ||
century out of his 4D pocket. | ||
</p> | ||
|
||
<ul> | ||
<li>Always ready to help Nobita</li> | ||
<li class="second-item">Has a magical pocket with futuristic gadgets</li> | ||
<li>Likes to eat dorayaki</li> | ||
</ul> | ||
</main> | ||
</body> | ||
</html> |