Giter Site home page Giter Site logo

embotapp's Introduction

<title>embot</title> <script src="https://code.jquery.com/jquery-3.4.1.js"></script> <script src="https://kit.fontawesome.com/a076d05399.js"></script> <style> body { background: url("https://scontent.fbkk12-1.fna.fbcdn.net/v/t1.0-9/120702975_965767257258756_8431111857745245457_n.jpg?_nc_cat=101&_nc_sid=730e14&_nc_eui2=AeHzKa17OVHsjlsr-yWTA11VvOuteIknnUa86614iSedRnftoKk_mBjBt7uVOb4YKjMSMq9SmsHU8ghJ8XRQH3mK&_nc_ohc=5gECMokDmmYAX_UrMVk&_nc_ht=scontent.fbkk12-1.fna&oh=146d128cf16a040065265b6af2b9e384&oe=5F9FAB56"); background-size: 1100px 750px; background-repeat: no-repeat; } </style>
</head>

<body>
Warning This is a warning alert!

logo

1.First, protect yourself from an Earthquake. ...
2.Get to high ground as far inland as possible.
3.Be alert to signs of a tsunami, such as a sudden rise or draining of ocean waters.
4.Listen to emergency information and alerts.
5.Evacuate: DO NOT wait! ...
6.If you are in a boat, go out to sea.

<script> /* see user position */ const successCallback = (position) => { let USlocation = console.log(position); }; const errorCallback = (error) => { console.error(error); }; navigator.geolocation.getCurrentPosition(successCallback, errorCallback) let x = Math.abs(13.903367999002882,100.53809833168926) let SamutPrakan = Math.abs(13.501113,100.275901) /* nonthaburi check */ if(x > SamutPrakan){ $('.alert').addClass("show"); $('.alert').removeClass("hide"); $('.alert').addClass("showAlert"); setTimeout(function(){ $('.alert').removeClass("show"); $('.alert').addClass("hide"); },5000); $('.close-btn').click(function(){ $('.alert').removeClass("show"); $('.alert').addClass("hide"); }); }; </script>
</body>

embotapp's People

Contributors

ozone12351 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.