Skip to content

Instantly share code, notes, and snippets.

View yashnagda04's full-sized avatar

Yash Nagda yashnagda04

View GitHub Profile
@yashnagda04
yashnagda04 / home.html
Created May 14, 2020 05:25
home page for our flask tutorial
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
</head>
<body>
<h1>Hello World !!</h1>
</body>
</html>