Skip to content

Instantly share code, notes, and snippets.

@clr2of8
Created November 13, 2018 21:21
Show Gist options
  • Save clr2of8/c8d7df3a70c60380e04373879fee68cc to your computer and use it in GitHub Desktop.
Save clr2of8/c8d7df3a70c60380e04373879fee68cc to your computer and use it in GitHub Desktop.
index1.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello World!</title>
</head>
<body>
Hello World!
<script>alert(1)</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment