Skip to content

Instantly share code, notes, and snippets.

@talalife
Created June 24, 2020 12:40
Show Gist options
  • Save talalife/a66e423b5084e4a666bf16d3455d95d6 to your computer and use it in GitHub Desktop.
Save talalife/a66e423b5084e4a666bf16d3455d95d6 to your computer and use it in GitHub Desktop.
A default HTML template, as seen in Pythonista app.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Title</title>
<style type="text/css">
/* CSS styles here... */
</style>
</head>
<body>
<h1>Hello there!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment