Created
February 11, 2012 19:09
-
-
Save miebach/1803664 to your computer and use it in GitHub Desktop.
Html-Parkschild
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | |
<title>Hier entsteht eine neue Internetpräsenz!</title> | |
<style type="text/css"> | |
#message { | |
font-size: 250%; | |
color: #546354; | |
font-family: Arial, Helvetica, sans-serif; | |
text-align: center; | |
} | |
</style> | |
</head> | |
<body> | |
<div id="message"> <br /> | |
<br /> | |
Hier entsteht eine neue Internetpräsenz! </div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment