Skip to content

Commit 5140253

Browse files
author
Andreas Malling Østergaard
committed
update index.html to valid html
1 parent bce09ee commit 5140253

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

index.html

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
Stay tuned for more.
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Welcome to my little world of magic</title>
6+
<style type="text/css">
7+
h1.awesome {text-shadow: 4px 4px 2px black; color: red; font-size: 500%}
8+
</style>
9+
</head>
10+
11+
<body>
12+
<h1 class="awesome">Stay tuned for more!</h1>
13+
14+
<p>
15+
<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fcs.au.dk%2F~amao%2F">
16+
<img src="http://www.w3.org/QA/Tools/I_heart_validator"
17+
alt="I heart Validator logo"
18+
title=" Validators Donation Program"
19+
width="80" height="15"
20+
/>
21+
</a>
22+
</p>
23+
24+
</body>
25+
</html>

0 commit comments

Comments
 (0)