personium / legacy-website

This repository is obsolete. Latest contents are maintained under new-docs. Therefore, please DO NOT open issues, fork or send pull request to this repository.
Other
1 stars 1 forks source link

Plain HTML is displayed before framework kick in #3

Closed dixonsiu closed 6 years ago

dixonsiu commented 7 years ago

The following is added to avoid displaying the plain HTML.

  1. add an attribute ("display: none" ) to hide body content
  2. add a timer (500ms) to show the body content

Proper way is to configure the framework library which should automatically hide/display the body content.