-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
36 lines (29 loc) · 1.17 KB
/
index.html
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
34
35
36
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> EmailTrack by tHeshka </title>
<meta name="description" content="This class will output a ghost image and update a SQLite database.">
<meta name="author" content="Tyler Heshka <theshka>">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
<link rel="stylesheet" href="examples/assets/custom.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="section hero">
<div class="container">
<div class="row">
<div class="one-third column">
<img class="et" src="examples/assets/et.png">
</div>
<div class="two-thirds column">
<h4 class="hero-heading">This simple PHP class outputs a ghost image and uses PDO & SQLite to track when an email has been opened.</h4>
<a class="button button-primary" href="examples/form.php">View Demo</a>
</div>
</div>
</div>
</div>
</body>
</html>