mirror of
https://github.com/moparisthebest/mail
synced 2025-02-08 19:10:11 -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>
|