Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luckycenter/simple-download-page
A simple installation package download page. 一个简单的安装包(文件)下载页面。
https://github.com/luckycenter/simple-download-page
css html less
Last synced: 9 days ago
JSON representation
A simple installation package download page. 一个简单的安装包(文件)下载页面。
- Host: GitHub
- URL: https://github.com/luckycenter/simple-download-page
- Owner: LuckyCenter
- Created: 2021-04-19T15:30:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-03T08:24:59.000Z (over 3 years ago)
- Last Synced: 2024-11-24T00:41:47.209Z (2 months ago)
- Topics: css, html, less
- Language: Less
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-download-page
A simple download page.
一个简单的文件下载页面。> 由于工作时经常要进行文件分发,发给不同的实施人员。故为了提高文件分发的效率,就简单地写了一个文件下载页面,其中用到了css预编译语言less,布局用到了felx布局。
## 用法
当主项目的后台开启http静态资源服务后,可直接将d.html和download.css拷贝到静态资源服务器指定目录的根目录。然后访问 http://IP:Port/d.html 即可直接显示本页面并下载其中的文件。## 效果展示
![1](https://github.com/LuckyCenter/simple-download-page/blob/main/ScreenShots/1.png?raw=true)