Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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. 一个简单的安装包(文件)下载页面。

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)