diff --git a/app.py b/app.py index c274e45..7cce64f 100644 --- a/app.py +++ b/app.py @@ -11,7 +11,7 @@ app = Flask(__name__) app.secret_key = os.environ.get("FLASK_SECRET_KEY", "prod-secret-7721") metrics = PrometheusMetrics(app) -metrics.info('app_info', 'Application info', version='1.1.3') +metrics.info('app_info', 'Application info', version='1.1.5') # API Configuration diff --git a/static/style.css b/static/style.css index e371143..2f1891f 100644 --- a/static/style.css +++ b/static/style.css @@ -49,7 +49,7 @@ header.terminal-header h1 { } header.terminal-header h1::before { - content: "root@txt2md:~/ "; + content: "hannesalbeiro@txt2md:~/ "; font-size: 1.2rem; vertical-align: middle; } diff --git a/templates/index.html b/templates/index.html index aa21b13..a06eaff 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,8 +4,8 @@