Skip to content

Commit

Permalink
Fixed source of the raw and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas GUILLEMAUD committed Mar 22, 2016
1 parent 00f02f5 commit fb2df63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
27 changes: 2 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,4 @@
Maintenance
maintenance
===========

How to install
--------------

Simply download the `index.html`, modify its content, and copy it to your desired path.

Additionally you can use the provided `install.sh` script:

$ /usr/bin/env bash <(\curl -sSL https://raw.githubusercontent.com/hamidnazari/maintenance/master/install.sh) > index.html

Disclaimer
----------

This is a fork of [itconsultis' simple maintenance page](https://github.com/itconsultis/maintenance).

Added features

* Fixed typos
* Applied improvements to CSS and HTML structure
* Added mobile support by making layout responsive
* Install script

Demo page is available [here](http://h.am.id.au/demos/maintenance).

Feel free to use and contribute to it.
This is a simple maintenance page feel free to use it !
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

TEMP_FILE=$(mktemp /tmp/maintenance_index.html.XXXXX)

curl -sSL https://raw.githubusercontent.com/hamidnazari/maintenance/master/index.html > $TEMP_FILE
curl -sSL https://raw.githubusercontent.com/itconsultis/maintenance/master/index.html > $TEMP_FILE

echo -n "Name (optional): " 1>&2
read NAME
Expand Down

0 comments on commit fb2df63

Please sign in to comment.