mini-static 0.14.5

A secure, async static file server with streaming, traversal protection, and connection limits.
Documentation
button {
  color: #fff;
  cursor: pointer;
  background: #007bff;
  border: none;
  border-radius: 4px;
  padding: .5em 1em;
  font-size: 1em;
}

button:hover {
  background: #0056b3;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
}

.alert {
  background: #e7f3ff;
  border-left: 4px solid #007bff;
  border-radius: 4px;
  margin-bottom: 1em;
  padding: 1em;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5em;
  font-weight: 600;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

p {
  margin-bottom: 1em;
}

code {
  background: #f5f5f5;
  border-radius: 3px;
  padding: .2em .4em;
  font-family: Courier New, monospace;
}