-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
1 lines (1 loc) · 1.19 KB
/
index.html
1
<!DOCTYPE html><html lang="en"><!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7"><![endif]--><!--[if IE 7]><html class="no-js lt-ie9 lt-ie8"><![endif]--><!--[if IE 8]><html class="no-js lt-ie9"><![endif]--><!--[if gt IE 8]><html class="no-js"><![endif]--><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="description" content=""><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="shortcut icon" href="#"><link rel="stylesheet" href="Earth.css"><title>Earth</title><script src="jquery-3.5.1.min.js"></script><script src="papaparse.min.js"></script><script src="Earth.js" defer="defer"></script></head><body><img id="loader" src="Loading.gif" alt="" class="Undefined"><progress id="progress-bar" class="Undefined" value="0" max="100"></progress><div id="progress-value" class="Undefined">0%</div><div id="image-container" style="position:relative"></div><object id="svg-map" type="image/svg+xml" data="Earth.svg"></object><div><span id="span"></span><br><br><button type="button" id="reset" class="Undefined">Reset</button><button type="button" id="back" class="Undefined">Back</button><br><span id="container"></span></div></body></html>