Skip to content

Commit

Permalink
add <!DOCTYPE html> to index page
Browse files Browse the repository at this point in the history
  • Loading branch information
KumaTea committed Mar 12, 2022
1 parent 59e77a4 commit b9e9bf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/gen_whl.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def pick_dev():
packages_list.remove(item)
stable_html = '\n'.join(packages_list) + '\n'
# dev_html = '\n'.join(dev_list) + '\n'
return stable_html # , dev_html
return f'<!DOCTYPE html>\n{stable_html}' # , dev_html


def gen_html():
Expand Down
1 change: 1 addition & 0 deletions whl/stable-cn.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<a href="https://gh.kmtea.eu/https://github.com/KumaTea/ext-whl/releases/download/220220/dockerpty-0.4.1-py3-none-any.whl">dockerpty-0.4.1-py3-none-any.whl</a><br>
<a href="https://gh.kmtea.eu/https://github.com/KumaTea/ext-whl/releases/download/220220/docopt-0.6.2-py2.py3-none-any.whl">docopt-0.6.2-py2.py3-none-any.whl</a><br>
<a href="https://gh.kmtea.eu/https://github.com/KumaTea/ext-whl/releases/download/220220/h5py-3.6.0-cp310-cp310-linux_aarch64.whl">h5py-3.6.0-cp310-cp310-linux_aarch64.whl</a><br>
Expand Down
1 change: 1 addition & 0 deletions whl/stable.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<a href="https://github.com/KumaTea/ext-whl/releases/download/220220/dockerpty-0.4.1-py3-none-any.whl">dockerpty-0.4.1-py3-none-any.whl</a><br>
<a href="https://github.com/KumaTea/ext-whl/releases/download/220220/docopt-0.6.2-py2.py3-none-any.whl">docopt-0.6.2-py2.py3-none-any.whl</a><br>
<a href="https://github.com/KumaTea/ext-whl/releases/download/220220/h5py-3.6.0-cp310-cp310-linux_aarch64.whl">h5py-3.6.0-cp310-cp310-linux_aarch64.whl</a><br>
Expand Down

0 comments on commit b9e9bf1

Please sign in to comment.