1st commit
This commit is contained in:
		
							
								
								
									
										73
									
								
								wwws/apx/src/wallet_fr.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										73
									
								
								wwws/apx/src/wallet_fr.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,73 @@ | ||||
| <!DOCTYPE html> | ||||
| <html lang="fr"> | ||||
|   <head> | ||||
|     <meta charset="utf-8" /> | ||||
|     <title>apXtri Wallet</title> | ||||
|     <meta content="width=device-width, initial-scale=1.0" name="viewport" /> | ||||
|     <meta content="" name="keywords" /> | ||||
|     <meta content="" name="description" /> | ||||
|     <link href="/static/img/logo/favicon.png" rel="icon" /> | ||||
|     <script type="application/ld+json"></script> | ||||
|     <script> | ||||
|       const apxtri = { | ||||
|         pagename: "wallet", | ||||
|         version: 0, | ||||
|         headers: { | ||||
|           xtrkversion: 1, | ||||
|           xtribe: "apxtri", | ||||
|           xapp: "apx", | ||||
|           xlang: "fr", | ||||
|           xalias: "anonymous", | ||||
|           xhash: "anonymous", | ||||
|           xdays: 0, | ||||
|           xuuid: "0", | ||||
|         }, | ||||
|       }; | ||||
|     </script> | ||||
|     <link href="/static/css/app.css" rel="stylesheet" /> | ||||
|     <link | ||||
|       href="/static/lib/bootstrap-icons/font/bootstrap-icons.min.css" | ||||
|       rel="stylesheet" | ||||
|     /> | ||||
|     <script src="/static/lib/bootstrap/dist/js/bootstrap.bundle.min.js"></script> | ||||
|     <script src="/static/lib/axios/dist/axios.min.js"></script> | ||||
|     <script src="/static/lib/dayjs/dayjs.min.js"></script> | ||||
|     <!--script src="https://appbuilder.ndda.fr/js/apx.js"></script> | ||||
|     <script src="http://appbuilder.ndda/js/apx.js"></script--> | ||||
|     <script src="/appbuilder/js/apx.js"></script> | ||||
|     <script src="https://js.stripe.com/v3/"></script> | ||||
|     <script src="/static/lib/native-json-editor/json-editor.js"></script> | ||||
|     <script src="/static/lib/mustache/mustache.min.js"></script> | ||||
|     <script src="/static/lib/openpgp/dist/openpgp.min.js"></script> | ||||
|     <script src="/static/lib/qr-code-styling/lib/qr-code-styling.js"></script> | ||||
|   </head> | ||||
|  | ||||
|   <body class="bg-primary"> | ||||
|     <main class="d-flex w-100 h-100"> | ||||
|       <div class="container d-flex flex-column"> | ||||
|         <div class="row vh-100"> | ||||
|           <div | ||||
|             class="col-sm-12 col-md-8 col-lg-6 mx-auto my-auto d-table h-100" | ||||
|           > | ||||
|             <div class="d-table-cell align-middle"> | ||||
|               <div class="text-center mt-4"> | ||||
|                 <h1 class="h1"></h1> | ||||
|                 <p class="lead">L'Unique</p> | ||||
|               </div> | ||||
|               <div class="card bg-dark"> | ||||
|                 <div class="card-body"> | ||||
|                   <div name="wallet"></div> | ||||
|                   <script src="/layouts/wallet/wallet.js"></script> | ||||
|                   <script src="/components/signin/signin.js"></script> | ||||
|                   <hr> | ||||
|                   <div name="navbarinlinesquarebtn"></div> | ||||
|                   <script src="/components/navbarinlinesquarebtn/navbarinlinesquarebtn.js"></script> | ||||
|                 </div> | ||||
|               </div> | ||||
|             </div> | ||||
|           </div> | ||||
|         </div> | ||||
|       </div> | ||||
|     </main> | ||||
|   </body> | ||||
| </html> | ||||
		Reference in New Issue
	
	Block a user