Files
tidb/lightning/web/public/index.html

15 lines
420 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no"/>
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<noscript>
<strong><%= htmlWebpackPlugin.options.title %> web interface requires JavaScript.</strong>
</noscript>
<div id="app"></div>
</body>
</html>