Changes to maincoonchats1.scroll.pub

root
root
3 days ago
Initial commit
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://maincoonchats.scroll.pub
+ metaTags
+ editButton /edit.html
+ title Maine Coon Chats - Élevage de Qualité
+ style.css
+
+ header
+ class hero
+ nav
+ div Main Coon Chats
+ class logo
+ div
+ class nav-links
+ a Accueil
+ href #accueil
+ a À Propos
+ href #apropos
+ a Nos Chats
+ href #chats
+ a Contact
+ class cta-button
+ href #contact
+ div
+ class hero-content
+ h1 Adoptez un Maine Coon Exceptionnel
+ p Découvrez nos magnifiques chats Maine Coon, élevés avec amour et passion.
+ a Voir Nos Chats
+ class primary-button
+ href #chats
+ main
+ section
+ id accueil
+ class intro
+ h2 Bienvenue chez Main Coon Chats
+ p Nous sommes un élevage familial spécialisé dans les Maine Coon. Nos chats sont élevés dans un environnement chaleureux et sont disponibles pour adoption.
+ section
+ id apropos
+ class about
+ h2 À Propos de Nous
+ p Notre élevage est situé dans un cadre idyllique, offrant à nos chats un espace de vie spacieux et sécurisé. Nous nous engageons à fournir des chats en bonne santé, bien socialisés et dotés d'un tempérament exceptionnel.
+ section
+ id chats
+ class cats
+ h2 Nos Chats Disponibles
+ div
+ class cat-grid
+ div
+ class cat-card
+ img src chat1.jpg
+ alt Maine Coon Blanc
+ h3 Luna
+ p Femelle, 6 mois
+ div
+ class cat-card
+ img src chat2.jpg
+ alt Maine Coon Roux
+ h3 Max
+ p Mâle, 8 mois
+ div
+ class cat-card
+ img src chat3.jpg
+ alt Maine Coon Noir
+ h3 Bella
+ p Femelle, 1 an
+ section
+ id contact
+ class contact
+ h2 Contactez-Nous
+ form
+ class contact-form
+ input type text
+ placeholder Votre Nom
+ input type email
+ placeholder Votre Email
+ textarea
+ placeholder Votre Message
+ button type submit
+ class primary-button
+ Envoyer
+ footer
+ div
+ class footer-content
+ div
+ class footer-links
+ a Politique de Confidentialité
+ href privacy.html
+ a Conditions d'Adoption
+ href terms.html
+ p Main Coon Chats - Élevage familial dédié à l'excellence.
+
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "f75cd8fb-e1a3-4957-91eb-44aa07281330",
+ "object": "chat.completion",
+ "created": 1737252834,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\nmaincoonchats.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://maincoonchats.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Maine Coon Chats - Élevage de Qualité\nstyle.css\n\nheader\n class hero\n nav\n div Main Coon Chats\n class logo\n div\n class nav-links\n a Accueil\n href #accueil\n a À Propos\n href #apropos\n a Nos Chats\n href #chats\n a Contact\n class cta-button\n href #contact\n div\n class hero-content\n h1 Adoptez un Maine Coon Exceptionnel\n p Découvrez nos magnifiques chats Maine Coon, élevés avec amour et passion.\n a Voir Nos Chats\n class primary-button\n href #chats\nmain\n section\n id accueil\n class intro\n h2 Bienvenue chez Main Coon Chats\n p Nous sommes un élevage familial spécialisé dans les Maine Coon. Nos chats sont élevés dans un environnement chaleureux et sont disponibles pour adoption.\n section\n id apropos\n class about\n h2 À Propos de Nous\n p Notre élevage est situé dans un cadre idyllique, offrant à nos chats un espace de vie spacieux et sécurisé. Nous nous engageons à fournir des chats en bonne santé, bien socialisés et dotés d'un tempérament exceptionnel.\n section\n id chats\n class cats\n h2 Nos Chats Disponibles\n div\n class cat-grid\n div\n class cat-card\n img src chat1.jpg\n alt Maine Coon Blanc\n h3 Luna\n p Femelle, 6 mois\n div\n class cat-card\n img src chat2.jpg\n alt Maine Coon Roux\n h3 Max\n p Mâle, 8 mois\n div\n class cat-card\n img src chat3.jpg\n alt Maine Coon Noir\n h3 Bella\n p Femelle, 1 an\n section\n id contact\n class contact\n h2 Contactez-Nous\n form\n class contact-form\n input type text\n placeholder Votre Nom\n input type email\n placeholder Votre Email\n textarea\n placeholder Votre Message\n button type submit\n class primary-button\n Envoyer\nfooter\n div\n class footer-content\n div\n class footer-links\n a Politique de Confidentialité\n href privacy.html\n a Conditions d'Adoption\n href terms.html\n p Main Coon Chats - Élevage familial dédié à l'excellence.\n\nscript.js\n---style.css---\nbody {\n font-family: 'Arial', sans-serif;\n margin: 0;\n padding: 0;\n color: #333;\n background-color: #f9f9f9;\n}\n\n.hero {\n background: url('hero-bg.jpg') no-repeat center center/cover;\n color: #fff;\n padding: 100px 20px;\n text-align: center;\n}\n\n.hero-content h1 {\n font-size: 3rem;\n margin-bottom: 20px;\n}\n\n.primary-button {\n background-color: #ff6f61;\n color: #fff;\n padding: 10px 20px;\n border: none;\n border-radius: 5px;\n cursor: pointer;\n text-decoration: none;\n}\n\n.nav-links {\n display: flex;\n justify-content: center;\n gap: 20px;\n margin-top: 20px;\n}\n\n.nav-links a {\n color: #fff;\n text-decoration: none;\n font-weight: bold;\n}\n\n.cat-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 20px;\n padding: 20px;\n}\n\n.cat-card {\n background: #fff;\n border-radius: 10px;\n overflow: hidden;\n box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n text-align: center;\n}\n\n.cat-card img {\n width: 100%;\n height: auto;\n}\n\n.contact-form {\n display: flex;\n flex-direction: column;\n gap: 10px;\n max-width: 400px;\n margin: 0 auto;\n}\n\n.contact-form input, .contact-form textarea {\n padding: 10px;\n border: 1px solid #ccc;\n border-radius: 5px;\n}\n\n.footer-content {\n text-align: center;\n padding: 20px;\n background-color: #333;\n color: #fff;\n}\n\n.footer-links {\n display: flex;\n justify-content: center;\n gap: 20px;\n margin-bottom: 10px;\n}\n\n.footer-links a {\n color: #fff;\n text-decoration: none;\n}\n\n@media (max-width: 768px) {\n .hero-content h1 {\n font-size: 2rem;\n }\n\n .nav-links {\n flex-direction: column;\n gap: 10px;\n }\n\n .cat-grid {\n grid-template-columns: 1fr;\n }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', function() {\n const navLinks = document.querySelectorAll('.nav-links a');\n navLinks.forEach(link => {\n link.addEventListener('click', function(e) {\n e.preventDefault();\n const targetId = this.getAttribute('href');\n document.querySelector(targetId).scrollIntoView({\n behavior: 'smooth'\n });\n });\n });\n\n const contactForm = document.querySelector('.contact-form');\n contactForm.addEventListener('submit', function(e) {\n e.preventDefault();\n alert('Merci pour votre message! Nous vous contacterons bientôt.');\n contactForm.reset();\n });\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 732,
+ "completion_tokens": 1257,
+ "total_tokens": 1989,
+ "prompt_cache_hit_tokens": 704,
+ "prompt_cache_miss_tokens": 28
+ },
+ "system_fingerprint": "fp_3a5770e1b4"
+ }
readme.scroll
Changed around line 1
+ # maincoonchats1.scroll.pub
+
+ website generated by DeepSeek from prompt: Je veux créer un site magnifique pour vendre des chat main coon
script.js
Changed around line 1
+ document.addEventListener('DOMContentLoaded', function() {
+ const navLinks = document.querySelectorAll('.nav-links a');
+ navLinks.forEach(link => {
+ link.addEventListener('click', function(e) {
+ e.preventDefault();
+ const targetId = this.getAttribute('href');
+ document.querySelector(targetId).scrollIntoView({
+ behavior: 'smooth'
+ });
+ });
+ });
+
+ const contactForm = document.querySelector('.contact-form');
+ contactForm.addEventListener('submit', function(e) {
+ e.preventDefault();
+ alert('Merci pour votre message! Nous vous contacterons bientôt.');
+ contactForm.reset();
+ });
+ });
style.css
Changed around line 1
+ body {
+ font-family: 'Arial', sans-serif;
+ margin: 0;
+ padding: 0;
+ color: #333;
+ background-color: #f9f9f9;
+ }
+
+ .hero {
+ background: url('hero-bg.jpg') no-repeat center center/cover;
+ color: #fff;
+ padding: 100px 20px;
+ text-align: center;
+ }
+
+ .hero-content h1 {
+ font-size: 3rem;
+ margin-bottom: 20px;
+ }
+
+ .primary-button {
+ background-color: #ff6f61;
+ color: #fff;
+ padding: 10px 20px;
+ border: none;
+ border-radius: 5px;
+ cursor: pointer;
+ text-decoration: none;
+ }
+
+ .nav-links {
+ display: flex;
+ justify-content: center;
+ gap: 20px;
+ margin-top: 20px;
+ }
+
+ .nav-links a {
+ color: #fff;
+ text-decoration: none;
+ font-weight: bold;
+ }
+
+ .cat-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 20px;
+ padding: 20px;
+ }
+
+ .cat-card {
+ background: #fff;
+ border-radius: 10px;
+ overflow: hidden;
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
+ text-align: center;
+ }
+
+ .cat-card img {
+ width: 100%;
+ height: auto;
+ }
+
+ .contact-form {
+ display: flex;
+ flex-direction: column;
+ gap: 10px;
+ max-width: 400px;
+ margin: 0 auto;
+ }
+
+ .contact-form input, .contact-form textarea {
+ padding: 10px;
+ border: 1px solid #ccc;
+ border-radius: 5px;
+ }
+
+ .footer-content {
+ text-align: center;
+ padding: 20px;
+ background-color: #333;
+ color: #fff;
+ }
+
+ .footer-links {
+ display: flex;
+ justify-content: center;
+ gap: 20px;
+ margin-bottom: 10px;
+ }
+
+ .footer-links a {
+ color: #fff;
+ text-decoration: none;
+ }
+
+ @media (max-width: 768px) {
+ .hero-content h1 {
+ font-size: 2rem;
+ }
+
+ .nav-links {
+ flex-direction: column;
+ gap: 10px;
+ }
+
+ .cat-grid {
+ grid-template-columns: 1fr;
+ }
+ }