main_func_easter_egg.py 440 B

123456789
  1. from .tool.func import *
  2. def main_func_easter_egg():
  3. with get_db_connect() as conn:
  4. return easy_minify(flask.render_template(skin_check(),
  5. imp = ['Easter Egg', wiki_set(), wiki_custom(), wiki_css([0, 0])],
  6. data = '<iframe width="640" height="360" src="https://www.youtube.com/embed/iQPbgD_CTd4" frameborder="0" allowfullscreen></iframe>',
  7. menu = [['manager', load_lang('return')]]
  8. ))