UNPKG

webgme

Version:

Web-based Generic Modeling Environment

44 lines (38 loc) 1.23 kB
<!DOCTYPE html> <html> <head> <title>WebGME</title> <!-- Load main.js with RequireJS and launch the app from there --> <script data-main="mainDEBUG" src="common/lib/requirejs/require.js"></script> <!-- favicon --> <link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"> <meta property="og:type" content="website"/> <meta property="og:site_name" content="WebGME"/> <meta property="og:description" content="Web-based Generic Modeling Environment"/> <script> document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>') </script> <style> .default-container { position: absolute; width: 100%; height: 86px; line-height: 100%; text-align: center; top: 50%; margin: 0 0 0 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; } .default-container > span { font-weight: bold; } </style> </head> <body> <div class="default-container"> <span>Loading Editor ...</span> </div> </body> </html>