mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 16:25:12 +00:00
Add initial version of frontend
This commit is contained in:
6
handlers/main_handler.py
Normal file
6
handlers/main_handler.py
Normal file
@ -0,0 +1,6 @@
|
||||
from tornado.web import RequestHandler
|
||||
|
||||
|
||||
class MainHandler(RequestHandler):
|
||||
def get(self, *args, **kwargs):
|
||||
self.render('index.html')
|
Reference in New Issue
Block a user