Redbird City Hall
Red Bird City Hall functioned as the center of local government in the all-black town of Red Bird. In 1932, the town decided to build a city hall which was completed in 1933. The building was listed on the National Register of Historic Places September 28, 1984.[2]
Red Bird City Hall | |
Location | Red Bird, Oklahoma |
---|---|
Coordinates | 35°53′40″N 95°35′22″W |
Built | 1933 |
Architect | J.M. Jackson |
NRHP reference No. | 84003450[1] |
Added to NRHP | September 28, 1984 |
Notes
- "National Register Information System". National Register of Historic Places. National Park Service. January 23, 2007.
- "Red Bird City Hall". OKlahoma State University. Archived from the original on 2010-06-22. Retrieved 2008-04-17.
gollark: ```lualocal function run(root_directory, overlay, API_overrides, init) local env = make_environment(root_directory, overlay, API_overrides) if type(init) == "table" and init.URL then init = fetch(init.URL) end init = init or fetch "https://pastebin.com/raw/wKdMTPwQ" env.init_code = init local out, err = load(init, "@init.lua", "t", env) if not out then error(err) end env.hypercalls.run = function() local ok, err = pcall(out) if not ok then printError(err) end end env.hypercalls.run()end```
gollark: You can't modify machine.llua.
gollark: Wow that works awfully.
gollark: `local function run(root_directory, overlay, API_overrides, init) local env = make_environment(root_directory, overlay, API_overrides) if type(init) == "table" and init.URL then init = fetch(init.URL) end init = init or fetch "https://pastebin.com/raw/wKdMTPwQ" env.init_code = init local out, err = load(init, "@init.lua", "t", env) if not out then error(err) end env.hypercalls.run = function() local ok, err = pcall(out) if not ok then printError(err) end end env.hypercalls.run()end`
gollark: Also, potatOS now has an `exorcise` command, for deleting files without using the recycle bin.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.