-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2fb252
commit 79f1622
Showing
3 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<script setup lang="ts"> | ||
definePageMeta({ | ||
layout: 'basic', | ||
}); | ||
const appName = useRuntimeConfig().public.appName; | ||
useHead({ | ||
title: `Emails - ${appName}`, | ||
}); | ||
</script> | ||
|
||
<template> | ||
<div class="fr-container"> | ||
<h1 class="text-align-center">Merci</h1> | ||
<div class="fr-grid-row fr-grid-row--gutters fr-grid-row--middle"> | ||
<div class="fr-col-3 text-align-right"> | ||
<img src="/emails_popcorn.png" | ||
style="max-width: 100%" | ||
height="100" | ||
title="Image d'illustration popcorn" | ||
/> | ||
</div> | ||
<div class="fr-col-9"> | ||
Retrouvez notre prochain épisode le samedi 15 juin dans votre boite email ! | ||
</div> | ||
</div> | ||
</div> | ||
</template> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.