mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-06 10:31:12 +00:00
9 lines
326 B
HTML
9 lines
326 B
HTML
<!DOCTYPE html>
|
|
<!-- Bootstrap page for PluginWebDialog. The real plugin HTML is loaded via
|
|
wxWebView::SetPage once this page finishes loading; this file only exists
|
|
to bring the webview up. -->
|
|
<html>
|
|
<head><meta charset="utf-8"><title></title></head>
|
|
<body style="margin:0;background:transparent;"></body>
|
|
</html>
|