Skip to content

Instantly share code, notes, and snippets.

@DenisCangemi
Created February 6, 2018 18:21
Show Gist options
  • Save DenisCangemi/4c1fe9f2fa7399e1448a55b293c5d83a to your computer and use it in GitHub Desktop.
Save DenisCangemi/4c1fe9f2fa7399e1448a55b293c5d83a to your computer and use it in GitHub Desktop.
<!-- hello/templates/index.html -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Howdy!</title>
</head>
<body>
<h1>Howdy! I am Learning Django!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment