module Templates.Urls where baseUrl :: String baseUrl = "//lijero.co/" resUrl :: String resUrl = baseUrl ++ "res/" iconUrl :: String iconUrl = resUrl ++ "icon/" ccbysaUrl :: String ccbysaUrl = "http://creativecommons.org/licenses/by-sa/4.0/" stylesheetCommonUrl :: String stylesheetCommonUrl = resUrl ++ "common.css" qiplUrl :: String qiplUrl = baseUrl ++ "qipl/" aboutUrl :: String aboutUrl = baseUrl ++ "about/"