SEO optimization
All checks were successful
Build and Deploy to Production / build (push) Successful in 45s
Build and Deploy to Production / deploy (push) Successful in 32s

This commit is contained in:
Sergei Poljanski 2026-05-05 01:13:59 +04:00
commit 7296ffc944
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
7 changed files with 127 additions and 2 deletions

View file

@ -110,6 +110,9 @@ class AsxpioWeb < Sinatra::Base
end
get '/thanks' do
@page_title = 'Thanks — IE Sergei Poljanski'
@page_desc = 'Your message has been received. A confirmation copy has been sent to your inbox.'
@noindex = true
erb :thanks
end