UNPKG

react-dots-loader

Version:

A nice loader showing 3 animated dots - carefully crafted for React

42 lines (34 loc) 969 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>React Dots Loader</title> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta http-equiv="cleartype" content="on"> <link rel="stylesheet" type="text/css" href="/src/index.css" /> <style> html, body, #content { min-height: 100%; display: flex; flex-flow: column; flex: 1 0 auto; } body, body * { box-sizing: border-box; } </style> </head> <body> <div id="content"> </div> <script src="/webpack-dev-server.js"></script> <script type="text/javascript" src="/assets/index.js"></script> </body> </html>