mirror of
https://github.com/moparisthebest/mail
synced 2024-12-22 23:38:48 -05:00
15 lines
258 B
HTML
15 lines
258 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="foo.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
|
|
</html> |