118Wiki:Sand Box: Difference between revisions
Jump to navigation
Jump to search
(Blanked the page) |
Adam Haase (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<!DOCTYPE html> | |||
<html lang="en"> | |||
<head> | |||
<title>Adam William Haase</title> | |||
<style> | |||
h1 { | |||
color: green; | |||
} | |||
</style> | |||
</head> | |||
<body> | |||
<h1>Hello, world!</h1> | |||
</body> | |||
</html> |
Revision as of 13:25, 4 July 2015
<!DOCTYPE html> <html lang="en">
<head> <title>Adam William Haase</title>
<style> h1 { color: green; } </style> </head>
<body>
Hello, world!
</body> </html>