📄 homepage.py
字号:
#
# $Workfile: HomePage.py $ $Revision: 11 $
# $Date: 10/07/01 1:43p $ $Author: Sholden $
#
import Web
from Error import Error
class Home(Web.Page):
def Title(self):
return "Welcome to PythonTeach.com!"
def Body(self):
return """
<H3>Welcome to PythonTeach.com!</H3>
<P><B>New Features:</B><BR>
Course listings available under "Courses" at the left.<BR>
You can now <A HREF="/NewAccount/PythonTeach/">open an account</A>
on the site. All testing/feedback appreciated!<BR>
There is a <A HREF="Demo/Demo.htm">rolling demo</A> of the site.<BR>
Spiffy graphics thanks to <A HREF="http://www.immersionactive.com/">
Dave Beaudoin<a>.</P>
<P>NOTE: I would appreciate reports of any errors by
<A HREF="mailto:pyteacherror@holdenweb.com">email</A></P>"""
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -