Skip to content

Instantly share code, notes, and snippets.

@davimacedo
Last active October 27, 2017 19:02
Show Gist options
  • Save davimacedo/2bf40a0a82c11b824fe184a223ec9b9a to your computer and use it in GitHub Desktop.
Save davimacedo/2bf40a0a82c11b824fe184a223ec9b9a to your computer and use it in GitHub Desktop.
This is an example of HTML file with Parse SDK
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="Back4App Inc" name="author">
<title>Sample App| JavaScript Quickstart | Back4App</title>
<!-- Here goes the Parse SDK for JavaScript -->
<script src="https://unpkg.com/parse/dist/parse.min.js"></script>
</head>
<body>
<div>
<header>
<!-- Add your header image here -->
</header>
<h3>Hello World!</h3>
<!-- Add your content here -->
<script>
// PASTE YOUR TEST CODE HERE
</script>
</div>
<br><br><br>
<footer>
<!-- Add your footer message/logo here -->
</footer>
<!-- Add your JS script here -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment