1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/renderer/template.html

15 lines
349 B
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Lens - The Kubernetes IDE</title>
<!-- <meta name="viewport" content="width=device-width, initial-scale=1">-->
<!-- <meta http-equiv="Content-Security-Policy" content="script-src 'self'">-->
</head>
<body>
<div id="app"></div>
<div id="app_vue"></div>
</body>
</html>