-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (21 loc) · 1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="meghv">
<title>The Batcave</title>
<link href='http://fonts.googleapis.com/css?family=Raleway:700' rel='stylesheet' type='text/css'>
</head>
<body style="font-family: 'Raleway', sans-serif; text-align: center">
<!-- Used inline CSS to make Batman's site look kinda awesome -->
<h1>BATMAN</h1>
<img src="img/batman.png" alt="Batman's Logo" style="width:100%" />
<p>What do you do when you're ripped, have billions of dollars, and are afraid of bats? You create a million dollar suit using shareholder money and face your fears by becoming fear itself - you become Batman. </p>
<p>Learn more about Batman at these sources:</p>
<ul style="list-style:none">
<li><a href="http://en.wikipedia.org/wiki/Batman">Wiki</a></li>
<li><a href="http://www.imdb.com/title/tt0096895/">IMDB</a></li>
</ul>
<hr /><a href="https://github.com/MeghV/lab11.git">Fork Batman on my Source Repository!</a>
</body>
</html>