Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

one-html-page-challenge #141

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions entries.js
Original file line number Diff line number Diff line change
Expand Up @@ -609,4 +609,46 @@ const entries = [
author: "Rupesh Soni",
github: "rsoni124"
},
{
title: "ArtPlayer",
filename: "ArtPlayer Loacl.html",
description: "A local video player using the artplayer library",
author: "xzyl4303",
github: "xzyl4303"
},
{
title: "PDF viewer",
filename: "PDF viewer.html",
description: "Official demo single file version of pdf.js library",
author: "xzyl4303",
github: "xzyl4303"
},
{
title: "TXT reader",
filename: "TXT reader.html",
description: "A txt file reader",
author: "xzyl4303",
github: "xzyl4303"
},
{
title: "Run code online (drag and drop upload)",
filename: "在线运行代码(拖拽上传).html",
description: "Run front-end code online (drag and drop to upload files)",
author: "xzyl4303",
github: "xzyl4303"
},
{
title: "Generate bin files of any size",
filename: "生成随意大小文件.html",
description: "Can generate bin files of any size",
author: "xzyl4303",
github: "xzyl4303"
},
{
title: "music player",
filename: "音乐播放器.html",
description: "A local music file player using the 'aplayer' library",
author: "xzyl4303",
github: "xzyl4303"
},
];
196 changes: 196 additions & 0 deletions entries/ArtPlayer Loacl.html

Large diffs are not rendered by default.

37,648 changes: 37,648 additions & 0 deletions entries/PDF viewer.html

Large diffs are not rendered by default.

Loading