# Mov1e's Framework ```flow st=>start: Start e=>end: End: Connect=>operation: Connect to the Site:>http://mov1e.myddns.me/[blank] Redirect=>parallel: Redirect(./index.html-> ./template/index.html) homePage=>subroutine: Home Page(index.html) introPage=>subroutine: Intro Page(intro.html) aboutPage=>subroutine: About Page(about.html) AddNewComment=>subroutine: Add New Comment ReadComment=>subroutine: Read Exist Comment st->Connect->Redirect->end Redirect(path1, left)->homePage Redirect(path2, bottom)->introPage Redirect(path3, right)->aboutPage homePage(path1, left)->AddNewComment homePage(path1, right)->ReadComment ```