Skip to content

Commit eab03f2

Browse files
authored
Merge pull request #16 from saisyam/homepage-development
landing page development done
2 parents cd12064 + 3da4258 commit eab03f2

File tree

3 files changed

+1934
-1
lines changed

3 files changed

+1934
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
@app.route('/')
1111
def index():
12-
return "<h1>Landing page coming soon...</h1>"
12+
return render_template('index.html')
1313

1414
# provide github URL to get complete code
1515
# to give linenumbers add /l/<lineno> - 1,2 or 1,3-5,8 etc

0 commit comments

Comments
 (0)