This file contains hidden or 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
| <link | |
| rel="stylesheet" | |
| href="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css" | |
| /> | |
| <!-- Swiper --> | |
| <div class="swiper mySwiper"> | |
| <div class="swiper-wrapper"> | |
| <div class="swiper-slide tc"><img src="https://firebasestorage.googleapis.com/v0/b/phonesites-prod.appspot.com/o/images%2FUZCKxREA6sNku9tDPHVFxd5PSrG3%2F1672423440866*Slide3*jpg?alt=media&token=7eb8afaf-c931-4665-a2b8-9edad704b5c5" /> | |
| </div> |
This file contains hidden or 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
| <script> | |
| window.beforePost= function(){ | |
| params.forEach(function(param){ | |
| formData[param.key]= param.val; | |
| }); | |
| }; | |
| </script> |
This file contains hidden or 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
| <!-- add this code to a Code block. Style with "style" and "class" attributes --> | |
| <button | |
| onclick="window.location= redirect;" | |
| style="" | |
| class="button-reset pv3 tc ba b--transparent bg-animate pointer w-100 br2"> | |
| Click Me | |
| </button> | |
| <!-- add this to a page's Custom Code > Below Body --> |
This file contains hidden or 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
| <script> | |
| function beforePost(){ | |
| var referrerId= params.filter(function(p){ | |
| return p.key==='referrerId' | |
| })[0]||{}; | |
| // add a new line for each referrer. | |
| if(referrerId.val==='google'){ redirect = "https://google.com" }; | |
| }; | |
| </script> |
This file contains hidden or 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
| import { timestamp, build, files } from '$service-worker'; | |
| const name = `cache-${timestamp}`; | |
| self.addEventListener('install', (event) => { | |
| event.waitUntil(caches.open(name).then((cache) => cache.addAll(['/', ...build, ...files]))); | |
| }); | |
| self.addEventListener('activate', (event) => { | |
| event.waitUntil( |
This file contains hidden or 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
| <script> | |
| function beforePost(){ | |
| window.params.forEach(function (param) { | |
| formData[param.key]= param.val; | |
| }); | |
| }; | |
| </script> |
This file contains hidden or 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
| // SPDX-License-Identifier: GPL-3.0 | |
| pragma solidity >=0.7.0 <0.9.0; | |
| /** | |
| * @title Storage | |
| * @dev Store & retrieve value in a variable | |
| */ | |
| contract Storage { | |
| uint256 number; | |
| /** | |
| * @dev Store value in variable |
This file contains hidden or 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
| <a href="https://stephanestorm.groovepages.com/ouvrezuncomptegratuit" | |
| class="link relative button-reset pa3 db tc ba b--transparent bg-animate pointer w-100 br2 fw8" | |
| target="_blank"> | |
| Plateforme Marketing Digitale | |
| </a> |