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