mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 17:02:17 -05:00
16 lines
303 B
HTML
16 lines
303 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Example</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- The Scripts -->
|
|
<script src="lib/forge.min.js"></script>
|
|
<script src="foo.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
|
|
</html> |