I create page using html and css. There is some information about me, images with Pokemon and stars. Also you can see the time that you access to this page.
- url_for() - helps to serve static components
- render_template(template, **parametrs) - this method renders out template with specified parameters. In this work parameters are access time and student name.
- redirect() - is used to redirect from url (/) to (/profile)
Also you can look at this site that was posted via Git Pages: https://frankachu.github.io/ Unfornatelly, this version doesn't show the time access.