Skip to content

Commit 188b225

Browse files
committed
refactor: remove cloud snippet markers from mailgun and mailjet index pages
1 parent 993f138 commit 188b225

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

appengine-java8/mailgun/src/main/webapp/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@
1616
<title>Mailgun on Google App Engine Managed VMs</title>
1717
</head>
1818
<body>
19-
<!-- [START form] -->
2019
<form method="post" action="/send/email">
2120
<input type="text" name="to" placeholder="Enter recipient email">
2221
<input type="submit" name="submit" value="Send simple email">
2322
<input type="submit" name="submit" value="Send complex email">
2423
</form>
25-
<!-- [END form] -->
2624
</body>
2725
</html>

appengine-java8/mailjet/src/main/webapp/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@
1616
<title>Mailgun on Google App Engine Managed VMs</title>
1717
</head>
1818
<body>
19-
<!-- [START form] -->
2019
<form method="post" action="/send/email">
2120
<input type="text" name="to" placeholder="Enter recipient email">
2221
<input type="text" name="from" placeholder="Enter sender email">
2322
<input type="submit" name="submit" value="Send email">
2423
</form>
25-
<!-- [END form] -->
2624
</body>
2725
</html>

0 commit comments

Comments
 (0)