added skeleton of diary page
This commit is contained in:
+5
-5
@@ -19,11 +19,11 @@ def presskit():
|
||||
info = {'title': 'blessfrey - presskit', 'year': datetime.datetime.now()}
|
||||
return template('presskit.tpl', info)
|
||||
|
||||
#@route('/diary')
|
||||
#def diary():
|
||||
# """diary page"""
|
||||
# info = {}
|
||||
# return template('diary.tpl', info)
|
||||
@route('/diary')
|
||||
def diary():
|
||||
"""diary page"""
|
||||
info = {'title': 'blessfrey - about the game', 'year': datetime.datetime.now()}
|
||||
return template('diary.tpl', info)
|
||||
|
||||
if __name__ == '__main__':
|
||||
run()
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
% rebase('frame.tpl')
|
||||
|
||||
<div class="diary-dir"> </div>
|
||||
<div class="dir-row"> </div>
|
||||
|
||||
<!--left column-->
|
||||
|
||||
<div class="diary-pages">
|
||||
diary pages
|
||||
</div>
|
||||
|
||||
<!--right column-->
|
||||
<div class="about-box">
|
||||
<h1>about blessfrey</h1>
|
||||
It's a game.<br>
|
||||
</div>
|
||||
|
||||
<div class="twitter-box">
|
||||
<h1>follow on twitter</h1>
|
||||
<a href="https://twitter.com/lilchimchooree">@lilchimchooree</a><br>
|
||||
</div>
|
||||
|
||||
<div class="latest">
|
||||
<h1>latest</h1>
|
||||
<div class="latest-text">
|
||||
latest text
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="disclosure">
|
||||
<h1>disclosure</h1>
|
||||
blessfrey.me is not using sponsored posts or affiliate links right now. Any that appear will be <a href="https://www.ftc.gov/tips-advice/business-center/guidance/ftcs-endorsement-guides-what-people-are-asking">properly</a> <a href="https://www.ftc.gov/sites/default/files/attachments/press-releases/ftc-publishes-final-guides-governing-endorsements-testimonials/091005revisedendorsementguides.pdf">disclosed</a>.<br>
|
||||
<br>
|
||||
blessfrey.me does not collect personal information + has no cookies. Just a simple dev site.<br>
|
||||
</div>
|
||||
Reference in New Issue
Block a user