Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "Add CheatSheet form on internal page"

Merged Christophe Chaudier requested to merge 63-add-cheatsheet-form-on-internal-page into master
4 files
+ 30
10
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 25
0
import React from 'react';
import Layout from "@theme/Layout";
import Link from "@docusaurus/Link";
function GitAntiseche() {
return (
<Layout title='=Mon antisèche Git' description='Page antisèche Git'>
<div
style={{
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
height: '50vh',
fontSize: '20px',
}}>
<p>
Ici, formulaire qu'on récupère pour avoir l'antisèche
</p>
<script id="form-script-tag-2235710" src="https://google.com/"></script>
</div>
</Layout>
);
};
export default GitAntiseche;
\ No newline at end of file
Loading