Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 663 Bytes

ReadMe.md

File metadata and controls

28 lines (21 loc) · 663 Bytes

FlyNamibia Popup

Description

This opens a popup 3 seconds after the page has loaded

Installation

To add this do the following

  1. Add this to the page

    <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
    
  2. to reference the popup library

  3. Copy popup.js to the root or host the file on a server

  4. Add a reference to the popup.js file

    <script src="popup.js"></script>
    

    Or for testing

    <script src="https://antonlungameni.github.io/FlyNamibia/popup.js"></script>
    

    License

This project is licensed under the MIT License - see the LICENSE.md file for details.