Skip to content

The static pages (including CSS) at the root of yangcatalog.org

License

Notifications You must be signed in to change notification settings

ghwood/YangCatalog-web_root

 
 

yangcatalog.org

Static web content for yangcatalog.org

NGINX Configuration

Server Side Includes must be enabled for the static page to work (mainly to have similar header and footer).

       location / {
                # Allows for server side includes
                ssi on ;
                ssi_last_modified on ;
	}

About

The static pages (including CSS) at the root of yangcatalog.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 53.2%
  • JavaScript 32.4%
  • HTML 13.6%
  • PHP 0.8%