mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
4907fccf48
Change-type: major
22 lines
612 B
Plaintext
22 lines
612 B
Plaintext
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<title>Balena CLI - Success</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" type="text/css" href="./static/style.css" inline>
|
|
</head>
|
|
<body>
|
|
<div class="center">
|
|
<img class="icon" src="./static/images/happy.png" inline>
|
|
<h1>Success!</h1>
|
|
<p>You successfully logged in the balena CLI</p>
|
|
<br>
|
|
<br>
|
|
<a href="<%= dashboardUrl %>" class="button normal">Go to the dashboard</a>
|
|
</div>
|
|
</body>
|
|
</html>
|