Created
January 12, 2021 09:39
-
-
Save stefanozanella/ca6f45220b109c57f47b3ed685e4a068 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Stock purchase created</title> | |
</head> | |
<body> | |
<p>Stock purchase created.</p> | |
<p th:text="${stockPurchase.ticker}" /> | |
<p th:text="${stockPurchase.purchaseDate}" /> | |
<a href="/">Back</a> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment