11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
<img src="/assets/yay.svg" alt="Yay!" />
|
|
|
|
<style>
|
|
img {
|
|
@apply mx-auto w-2/3 mt-6
|
|
}
|
|
h1 {
|
|
@apply w-full justify-center text-center text-3xl font-bold text-purple-600 py-10
|
|
}
|
|
</style>
|