-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (19 loc) · 878 Bytes
/
Copy pathindex.html
File metadata and controls
23 lines (19 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="taingw4">
<title>Mondo (Killer Is Dead)</title>
</head>
<body>
<h1>Mondo</h1>
<p>Mondo is a <em>super cool</em> <strong>bad ass</strong> assassin guy that wields a katana and
a bio-mechanical arm. He works for a government agency and goes on
assassination missions based on customer requests. He really likes
soft-boiled eggs and pretty ladies.</p>
<p>Mondo is from the game <a href="http://en.wikipedia.org/wiki/Killer_Is_Dead">Killer Is Dead</a>,
released for the PlayStation 3 and Xbox 360 on August 27, 2013 in the US.</p>
<img src="img/mondo.jpg" alt="Mondo">
<p><a href="https://github.com/taingw4/lab1">Source repository</a></p>
</body>
</html>