-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsent.html
31 lines (31 loc) · 1.13 KB
/
sent.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>INBOX - EPIC MAIL</title>
<link rel="icon" href="images/icon.png">
<meta name="description" content="Welcome to EPICMAIL">
<meta name="keywords" content="Homepage">
<meta name="author" content="Gilles Kagarama">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="css/style.0.1.css" />
<link rel="stylesheet" href="css/mailer.css">
<link rel="stylesheet" href="css/all.css">
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/auth.js"></script>
<script src="js/init.js"></script>
</head>
<body class="white">
<!-- SIDEBAR -->
<ul class="sidebar indigo nm np"></ul>
<div class="mailerContent">
<div class="fixheader white shadow-3" data-page="Sent"></div>
<div class="clear"></div>
<div class="mailer"></div>
</div>
<!-- Populate footer link with js -->
<div class="footer center-align white shadow-4 hide-on-large"></div>
<script src="js/mailer.js"></script>
</body>
</html>