Skip to content

hxco/Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Single Page HXCO General Template - Screenshot

Template

HXCO General Template Is A HTML Single Page That Used By @HXCO Widely Where Web Services Are Published.

Demo Site: https://template.hxco.org

Installation

General Way

git clone https://github.com/hxco/Template.git

Quickest Way

Get your site environment ready (i.e. nginx config), then -

wget https://hxis.me/template -O index.html
What's next?!

C:\Users\imhx>wget https://hxis.me/template -O index.html
--2019-01-05 15:31:59--  https://hxis.me/template
Resolving hxis.me (hxis.me)... 104.24.127.157, 104.24.126.157
Connecting to hxis.me (hxis.me)|104.24.127.157|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://raw.githubusercontent.com/hxco/Template/master/index.html [following]
--2019-01-05 15:32:00--  https://raw.githubusercontent.com/hxco/Template/master/index.html
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.108.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.108.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2536 (2.5K) [text/plain]
Saving to: 'index.html'

index.html                       100%[========================================================>]   2.48K  --.-KB/s    in 0.006s

2019-01-05 15:32:01 (407 KB/s) - 'index.html' saved [2536/2536]

Why HXCO Template?

  • Easy to use - You will only need to download the whole repo here or clone it to your server by using git clone https://github.com/hxco/template then modify the words inside sightly, then it will be ready to release!

  • Muitiple Usage - When you need to create a notification page, especially when in a rush, or you need to park a domain / subdomain for future usage.

  • Excellent performance - We keep nearly everything on CDN (Content Delivery Network), this includes jsDelivr and Google Fonts Build-in CDN. For our own Style.CSS file, we simply put it on GitHub Pages, but it still have a overall good speed. So generally, HXCO Gerneral Template can have excellent performance around the globe.

  • Continuous maintenance - According to our fantastic cooperation mode inside HXCO, this project as our website interface, will get maintained frequently. We would strongly recommend you keep how we import the Style.CSS, which looks like this:

    <!-- Preload Style.css -->
    <link href="https://template.hxco.org/style.min.css" rel="preload" as="style">
    <link href="https://template.hxco.org/style.min.css" rel="stylesheet">

This will make your template always the same as our template. We will continue to improve the user interface and apply it to your website once it has changed. We will definitely increase the CDN option of Style.CSS to provide a better experience when loading, especially for users in China.

Credit

Great thanks to @metowolf. This project is under the inspiration of his METO API + (now it's https://api.i-meto.com.cache.hxco.org).

And I would also thanks @Dreamer-Paul, and every one in @HXCO.

This project is released under the MIT License. Tech HXCO 2018 All Rights Reserved.

Releases

No releases published

Packages

No packages published