Files
tidb/br/web/public/index.html
2021-08-06 00:17:12 +08:00

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>