time-convertor

Convert time across timezones
git clone http://git.hanabi.in/repos/time-convertor.git
Log | Files | Refs | README | LICENSE

commit a9e510202cc0920c4fe960bbf3c790ca8394bd83
parent 8ae8c201efadf5254371ddafa9a26f4bc7816b33
Author: Agastya Chandrakant <me@hanabi.in>
Date:   Tue, 19 May 2020 11:29:52 +0530

Use toolforge CDN

Diffstat:
Mpublic/index.html | 33++++-----------------------------
1 file changed, 4 insertions(+), 29 deletions(-)

diff --git a/public/index.html b/public/index.html @@ -2,28 +2,13 @@ <html lang="en"> <head> <meta charset="utf-8" /> - <script - src="https://code.jquery.com/jquery-3.5.1.slim.min.js" - integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" - crossorigin="anonymous" - ></script> - <script - src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" - integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" - crossorigin="anonymous" - ></script> - <script - src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" - integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" - crossorigin="anonymous" - ></script> + <script src="https://tools-static.wmflabs.org/cdnjs/ajax/libs/jquery/3.5.1/jquery.slim.min.js"></script> + <script src="https://tools-static.wmflabs.org/cdnjs/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script> + <script src="https://tools-static.wmflabs.org/cdnjs/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.min.js"></script> <link rel="stylesheet" - href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" - integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" - crossorigin="anonymous" + href="https://tools-static.wmflabs.org/cdnjs/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" /> - <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> @@ -48,15 +33,5 @@ <body role="document" style="min-height: 100vh;"> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"></div> - <!-- - This HTML file is a template. - If you open it directly in the browser, you will see an empty page. - - You can add webfonts, meta tags, or analytics to this file. - The build step will place the bundled scripts into the <body> tag. - - To begin the development, run `npm start` or `yarn start`. - To create a production bundle, use `npm run build` or `yarn build`. - --> </body> </html>