@pantheon-systems/pcc-cli
Version:
Pantheon Content Publisher CLI
36 lines (30 loc) • 745 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Content Publisher CLI</title>
</head>
<style>
html {
height: 100%;
width: 100%;
font-family: "Tablet Gothic", Frutiger, "Frutiger Linotype", Univers,
HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica,
Arial, "Lucida Grande", sans-serif;
}
body {
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
justify-content: center;
align-items: center;
}
</style>
<body>
<h1>Access Granted!</h1>
Content Publisher CLI was successfully able to get access to your account.
<h3>{{ email }}</h3>
You can now close this tab and return to Content Publisher CLI.
</body>
</html>