production init

This commit is contained in:
Athena Funderburg
2026-05-26 16:41:23 +00:00
commit 21f38ee3e1
680 changed files with 47071 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import settings
from aiohttp import web
def register(app: web.Application) -> None:
# http://myspace.com/html.ng/site=myspace&page=30000001&position=imbut&rand=9879
app.router.add_get('/html.ng/{tail:.*}', handle_client_advert)
async def handle_client_advert(request: web.Request) -> web.Response:
return web.HTTPFound(f'http://ctsvcs.advertising.ugnet.gay/ads/banner-sq')