Last active
October 23, 2015 23:51
2/2 - Wrapper for nginx autoindex page. Super pretty.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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