UNPKG

gars_v2

Version:

Geo Assistant Research System

37 lines (28 loc) 862 B
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Geo Assistant Research System</title> <link rel="stylesheet" href="./vendors/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="stylesheets/main.css"> <!-- Prepare script imports --> <script> if (typeof module === 'object') { window.module = module; module = undefined; } </script> <!-- script imports --> <script src="./vendors/jquery/jquery.min.js"></script> <script src="./vendors/bootstrap/js/bootstrap.min.js"></script> <!-- Wrap after script imports --> <script> if (window.module) module = window.module; </script> <script src="./helpers/context_menu.js"></script> <script src="./helpers/external_links.js"></script> </head> <body> <script src="./main.js"></script> </body> </html>