mirror of
https://github.com/sigmasternchen/kukkubukku
synced 2025-03-15 15:28:54 +00:00
5 lines
66 B
Bash
5 lines
66 B
Bash
#!/bin/bash
|
|
|
|
htmlContent() {
|
|
header "Content-Type" "text/html"
|
|
}
|