Skip to content

Instantly share code, notes, and snippets.

@devynspencer
Last active October 23, 2015 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devynspencer/824ce619582dfdbc9e23 to your computer and use it in GitHub Desktop.
Save devynspencer/824ce619582dfdbc9e23 to your computer and use it in GitHub Desktop.
2/2 - Wrapper for nginx autoindex page. Super pretty.
<div class="row">
<div class="col-md-8 col-md-offset-2">
<p class="card-text text-center"><small class="text-muted">This index is automatically generated by nginx, and intended for troubleshooting purposes only. All packages must be installed on State of Oregon servers via the installed package manager. Remember: all installed software is audited to ensure security requirements are consistently met.</small></p>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
<br>
<div class="row">
<div class="col-md-12 text-center">
<small class="text-muted">created by Devyn Spencer</small>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment