Instructions page

This commit is contained in:
konk22 2024-08-04 23:54:31 +03:00 committed by GitHub
parent aa2ab928cf
commit 79f522f0e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,4 +138,11 @@ def products():
count_products_windows=countProductsWindows,
count_products_office=countProductsOffice
)
@app.route('/instructions')
def instructions():
_increase_serve_count()
return render_template(
'instructions.html',
path='/instructions/'
)