-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdiag.html
More file actions
2 lines (2 loc) · 810 Bytes
/
diag.html
File metadata and controls
2 lines (2 loc) · 810 Bytes
1
2
<!DOCTYPE html><html><head><title>History of Solar System Exploration 1.6.40</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" media="screen" href="seh.css" type="text/css"><script type="text/javascript" src="seh-data.min.js"></script><script type="text/javascript" src="seh-app.min.js"></script><script type="text/javascript">function init() {var img, param, height; param=Hist.init(); height=window.innerHeight; if (!param.c) { img=new Image(); img.src="images/hist.png"; img.style.width=px(param.w); img.style.height="auto"; img.style.position="absolute"; img.style.top=px(0); param.p.appendChild(img); } else { setTimeout(Hist.load, 100); } }</script></head><body onload="init()"><noscript> Please enable javascript in your browser.</noscript>
</body></html>