Skip to content

Commit

Permalink
added doodles
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Aug 29, 2024
1 parent 55bb521 commit c27e8d7
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions api/auth/success.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,46 @@
overflow: hidden;
font-size: 1.5rem;
}

.doodles {
position: absolute;
display: none;

@media (min-width: 1280px) {
display: block;
}
}

.doodles--left {
top: 12rem;
left: 0;
}

.doodles--right {
top: 9rem;
right: 0;
}
</style>
<meta http-equiv="refresh" content="10;url=https://opensauced.pizza/" />
<meta http-equiv="refresh" content="10;url=https://app.opensauced.pizza/" />
</head>

<body>
<a href="https://opensauced.pizza">
<img height="24" width=""140" class="opensauced-logo" src="https://opensauced.pizza/_next/static/media/brandLogo.4259030a.svg">
<img height="24" width="" 140" class="opensauced-logo"
src="https://opensauced.pizza/_next/static/media/brandLogo.4259030a.svg">
</a>
<div class="doodles doodles--left"><img alt="Doodles" loading="lazy" width="230" height="694" decoding="async"
data-nimg="1" style="color:transparent" src="https://opensauced.pizza/_next/static/media/stroke_l_4.6c7a61fa.svg">
</div>
<div class="doodles doodles--right"><img alt="Doodles" loading="lazy" width="303" height="620" decoding="async"
data-nimg="1" style="color:transparent" src="https://opensauced.pizza/_next/static/media/stroke_r_3.49fc05fd.svg">
</div>
<div class="container">
<div style="text-align: center;font-size: 5rem;">🍕</div>
<h1 class="title">Authentication Successful</h1>
<p style="text-align: center">
You'll be redirected to <a href="https://opensauced.pizza/" style="color: #ff5500;">OpenSauced</a> shortly
You'll be redirected to the <a href="https://app.opensauced.pizza/" style="color: #ff5500;">OpenSauced</a> shortly
</p>
</div>
</body>

</html>
</html>

0 comments on commit c27e8d7

Please sign in to comment.