def main():
return '''
<style>
h1 {
font-size:150px;
color: #ada;
font-family: cursive;
text-align: center;
margin: 70px 30px;
font-weight: normal;
}
p {
color: #9a9;
font-size:20px;
text-align: right;
}
</style>
<h1>Paper<br>Melody</h1>
<p>%s</p>
''' % time.asctime()
评论列表
文章目录