Skip to content

Instantly share code, notes, and snippets.

@cgawron
Created March 7, 2019 16:20
Show Gist options
  • Save cgawron/1cf9dc2400d75136e623907da28360ee to your computer and use it in GitHub Desktop.
Save cgawron/1cf9dc2400d75136e623907da28360ee to your computer and use it in GitHub Desktop.
Hello World in HTML5
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World für HTML5</title>
</head>
<body>
<h1>Hallo Welt!</h1>
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment