Skip to content

Instantly share code, notes, and snippets.

@Juliaflamingo
Created January 10, 2016 16:40
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 Juliaflamingo/87c065340ca0b4ec64a3 to your computer and use it in GitHub Desktop.
Save Juliaflamingo/87c065340ca0b4ec64a3 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Lernen nich mehr so computerdumm zu sein</title>
</head>
<body>
<button type= "button">
Hier klicken
</button>
<script type= "text/javascript">
document.write("Beim Laden ausführen")
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment