Skip to content

Instantly share code, notes, and snippets.

@MrChuffmanSnippets
Created March 15, 2012 10:05
Show Gist options
  • Save MrChuffmanSnippets/2043416 to your computer and use it in GitHub Desktop.
Save MrChuffmanSnippets/2043416 to your computer and use it in GitHub Desktop.
HTML5: Blank Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>
</script>
</body>
</html>
@PreciousWarrior
Copy link

Imagine attempting to XSS a multibillion dollar company...

@Animenosekai
Copy link

Imagine attempting to XSS a multibillion dollar company...

I mean we saw XSS attacks on very important websites like Google and all but come on, this one is way too easy for it to work lol

@MrAnno
Copy link

MrAnno commented Nov 3, 2021

Do not fear failure but rather fear not trying. 😄

@Xseron
Copy link

Xseron commented Jun 14, 2024

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment