UNPKG

quakeml-parser-js

Version:

Quakeml Parser for JavaScript

21 lines (19 loc) 782 B
<!DOCTYPE html> <!--[if lt IE 7]> <html lang="en" class="lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html lang="en" class="lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html lang="en" class="lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--><html lang="en"> <!--<![endif]--> <head> <meta charset="utf-8"> <title>Quakeml Parsing Example</title> <meta name="description" content=""/> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=0"/> </head> <body> <h1>Quakeml Parsing Example</h1> <div id="quakeml-example"></div> <!-- Javascripts go here --> <script src="quakeml-parser.js"></script> <script src="example.js"></script> </body> </html>