Aller au contenu
View in the app

A better way to browse. Learn more.

Next

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Pattenrond

INpactien
  • Inscription

  • Dernière visite

  1. tu parles de quoi ? Le batch, j'en ai vu une variante. Le nsis, j'en ai pas vu le javascript, euh, j'en ai pas vu (enfin je crois)
  2. J'ai ça aussi Le batch @echo off echo Hello World
  3. Chalut en javascript + HTML <html> <body> <script language="javascript"> document.write("Hello World"); </script> </body> </html> on peut aussi faire comme ça <html> <head> <script language="javascript"> function bijour(){ document.write("Hello World");} </script> </head> <body onLoad="bijour()"> </body> </html> Avec Nsis (Installateur de Winamp) Name "Bonjour" OutFile "bonjour.exe" AutoCloseWindow true Section "" MessageBox MB_OK "Hello World" SectionEnd Petite variation Name "Bonjour" OutFile "bonjour2.exe" AutoCloseWindow true Section "" MessageBox MB_OK "Salut PcInpact et vive les poussins !!" SectionEnd Function .onInit MessageBox MB_OK "Hello World" FunctionEnd @pluche

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.