0byt3m1n1
Path:
C:
/
wamp64
/
www
/
id
/
card
/
templates
/
unfinished
/
[
Home
]
File: Reps-Card front1.html
<!doctype html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="../css/reps-card-1/front.css"> </head> <body> <div class="logo"> <img src="../templates/images/reps-logo.png"/> </div> <div class="name" contenteditable>John Doe</div> <div class="subtitle" contenteditable>Mozillian</div> <div class="info" contenteditable>john@example.com<br/>9876543210<br/>IRC: xxx</div> <div class="bottom-link">www.mozilla.org</div> </body> </html>