We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce09ee commit 5140253Copy full SHA for 5140253
1 file changed
index.html
@@ -1 +1,25 @@
1
-Stay tuned for more.
+<!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