Skip to content

Instantly share code, notes, and snippets.

View talalife's full-sized avatar

talalife talalife

View GitHub Profile
@talalife
talalife / default_template.html
Created June 24, 2020 12:40
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>