5 lines
109 B
Bash
5 lines
109 B
Bash
declare -A titles
|
|
titles["not_found.txti"]="404 - Page Not Found"
|
|
titles["index.txti"]="Atlas48's Archives"
|
|
|