Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add or update the Azure App Service build and deployment workflow config #39

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
6 changes: 3 additions & 3 deletions templates/hello.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<!-- <img src="/docs/5.1/assets/brand/bootstrap-logo.svg" alt="" width="72" height="57"> -->
<h1 class="display-6 fw-bold">Hello {{name}}</h1>
<p class="fs-5">
It is nice to meet you!
It is nice to meet you! I love you :"
</p>
<a href="{{ url_for('index') }}" class="btn btn-primary btn-lg px-4 gap-3">Back home</a>
<a href="{{ url_for('index') }}" class="btn btn-primary btn-lg px-4 gap-3">See you soon</a>
</div>
</main>
</body>
</html>
</html>