personal-finance
Version:
Expense Tracker
12 lines • 347 B
HTML
</head>
<body>
<h1>File Successfully Processed</h1>
<p>Your file has been successfully processed.</p>
<p>Choose what you want to do next:</p>
<ul>
<li><a href="{{ url_for('home') }}">Go to Home Page</a></li>
<li><a href="/powerbi">View PowerBI Dashboard</a></li>
</ul>
</body>
</html>