annotation_gui_gcp/templates/CADView.html (13 lines of code) (raw):

<!DOCTYPE html> <html> <head> <title>{{ class_name }}</title> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <link rel="stylesheet" href="/static/css/CADView.css"> <script src="/static/js/WebView.js"></script> <script type="module" src="/static/js/{{ class_name }}.js"></script> </head> <body> <div id="viewport"></div> </body> </html>