Skip to content

Commit

Permalink
get my versions aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed Apr 28, 2024
1 parent 537fde6 commit 006e568
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cloudapp/app/templates/pretty_echo.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
<div class="container">
<div>
<h1 class="mt-5">
<img src="https://github.com/f5devcentral/f5xc-lab-mcn-practical/blob/main/cloudapp/static/logo.png?raw=true" alt="" width="auto" height="100"/>
<img src="https://raw.githubusercontent.com/f5devcentral/f5xc-lab-mcn-practical/main/cloudapp/app/static/logo.png" alt="" width="auto" height="100"/>
MCN Practical Cloud App</h1>
</div>
<div class="card mt-3">
<div class="card-header">Environment</div>
<div class="card-body">
{% if request_env == 'AWS' %}
<img src="https://github.com/f5devcentral/f5xc-lab-mcn-practical/blob/main/cloudapp/app/static/aws.png" alt="" width="auto" height="40">
<img src="https://raw.githubusercontent.com/f5devcentral/f5xc-lab-mcn-practical/main/cloudapp/app/static/aws.pngg" alt="" width="auto" height="40">
{% elif request_env == 'Azure' %}
<img src="https://github.com/f5devcentral/f5xc-lab-mcn-practical/blob/main/cloudapp/app/static/azure.png" alt="" width="auto" height="40">
<img src="https://raw.githubusercontent.com/f5devcentral/f5xc-lab-mcn-practical/main/cloudapp/app/static/azure.png" alt="" width="auto" height="40">
{% else %}
<img src="https://github.com/f5devcentral/f5xc-lab-mcn-practical/blob/main/cloudapp/app/static/flask.png" alt="" width="auto" height="40">
<img src="https://raw.githubusercontent.com/f5devcentral/f5xc-lab-mcn-practical/main/cloudapp/app/static/flask.png" alt="" width="auto" height="40">
{% endif %}
&nbsp{{ request_env }}
</div>
Expand Down

0 comments on commit 006e568

Please sign in to comment.