Created
September 7, 2019 13:20
-
-
Save deanmalan/acc50065ad532a4c17c3b64a56aa1653 to your computer and use it in GitHub Desktop.
Test Pre-Populate SMS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Our Funky HTML Page</title> | |
<meta name="description" content="Our first page" /> | |
<meta name="keywords" content="html tutorial template" /> | |
</head> | |
<body> | |
Content goes here. | |
<a href="sms:+27721232233?body=Hello">Android</a> | |
<a href="sms:+27721232233;body=Hello">Old iOS</a> | |
<a href="sms:+27721232233&body=Hello">New iOS</a> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment