Skip to content

Commit

Permalink
deploy: 5757c53
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-hu committed Jul 2, 2024
0 parents commit 44be651
Show file tree
Hide file tree
Showing 7 changed files with 1,706 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
Binary file added favicon.ico
Binary file not shown.
Binary file added fonts/element-icons.535877f5.woff
Binary file not shown.
Binary file added fonts/element-icons.732389de.ttf
Binary file not shown.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/el-select-all/favicon.ico">
<title>el-select-all</title>
<link href="/el-select-all/js/app.js" rel="preload" as="script"><link href="/el-select-all/js/chunk-vendors.js" rel="preload" as="script"></head>
<body>
<noscript>
<strong>We're sorry but el-select-all doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="el-select-all"></div>
<!-- built files will be auto injected -->
<script type="text/javascript" src="/el-select-all/js/chunk-vendors.js"></script><script type="text/javascript" src="/el-select-all/js/app.js"></script></body>
</html>
335 changes: 335 additions & 0 deletions js/app.js

Large diffs are not rendered by default.

1,354 changes: 1,354 additions & 0 deletions js/chunk-vendors.js

Large diffs are not rendered by default.

0 comments on commit 44be651

Please sign in to comment.