Skip to content

Instantly share code, notes, and snippets.

@miebach
Created February 11, 2012 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miebach/1803664 to your computer and use it in GitHub Desktop.
Save miebach/1803664 to your computer and use it in GitHub Desktop.
Html-Parkschild
<?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