-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
0 parents
commit eb930a6
Showing
4 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><title>Awesome DBLP Search</title><style>body{margin:auto}.container{position:relative;width:100%;height:100vh;margin:0;padding:0}.loading-square{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px}.c{position:relative;float:left;width:20px;height:20px}.c::before{position:absolute;right:0;bottom:0;width:100%;height:100%;animation:square 1s infinite;background-color:#1890ff;content:''}.c2::before{animation-delay:.1s}.c3::before{animation-delay:.2s}.c4::before{animation-delay:.3s}.c5::before{animation-delay:.4s}@keyframes square{100%{width:0;height:0}}</style><script defer="defer" src="main.fdb8cfda5890a49908f3.js?3f405c9b72c96d0cb9b9"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"><div class="container"><div class="loading-square"><span class="c c1"></span> <span class="c c2"></span> <span class="c c3"></span> <span class="c c2"></span> <span class="c c3"></span> <span class="c c4"></span> <span class="c c3"></span> <span class="c c4"></span> <span class="c c5"></span></div></div></div></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
/** | ||
* @license React | ||
* react-dom.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** | ||
* @license React | ||
* react.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
/** | ||
* @license React | ||
* scheduler.production.min.js | ||
* | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ |