webviews/vue3/issuable/index.html (16 lines of code) (raw):

<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="Content-Security-Policy" content="img-src vscode-resource: https:; script-src 'nonce-{{nonce}}';" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>GitLab Workflow</title> </head> <body> <div id="app"></div> <script crossorigin type="module" src="src/main.js"></script> </body> </html>