Skip to content

Instantly share code, notes, and snippets.

@ebinion
Last active October 11, 2015 21:27
Show Gist options
  • Save ebinion/3922007 to your computer and use it in GitHub Desktop.
Save ebinion/3922007 to your computer and use it in GitHub Desktop.
Mailto with starter text
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Testing Shit</title>
<link rel="stylesheet" href="style.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
</head>
<body>
<h1>Yeah, Let's get this party started.</h1>
<p><a href="mailto:hello@gridshiftdesign.com?subject=See what I just learned&body=The simple things still amaze me.">Send me a message</a> </p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment