UNPKG

react-loading-screen

Version:
21 lines (19 loc) 318 B
<!doctype html lang="en"> <html> <head> <meta charset="utf-8"> <title>Loading Screen EXAMPLE</title> <style> body { margin: 0px; } </style> </head> <body> <noscript> Javascript disallowed on page </noscript> <div id="root"></div> <script src="/demo-bundle.js"></script> </body> </html>