diff options
Diffstat (limited to 'priv/templates/index-with-lustre-ui.html')
-rw-r--r-- | priv/templates/index-with-lustre-ui.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/priv/templates/index-with-lustre-ui.html b/priv/templates/index-with-lustre-ui.html deleted file mode 100644 index f7a51f0..0000000 --- a/priv/templates/index-with-lustre-ui.html +++ /dev/null @@ -1,19 +0,0 @@ -<!doctype html> -<html lang="en"> - <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - - <title>🚧 {app_name}</title> - - <link - rel="stylesheet" - href="https://cdn.jsdelivr.net/gh/lustre-labs/ui/priv/styles.css" - /> - <script type="module" src="./index.mjs"></script> - </head> - - <body> - <div id="app"></div> - </body> -</html> |