element-plus/ssr-testing/index.html

18 lines
374 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Element Plus SSR testing</title>
<style>
body {
border: 2px solid var(--el-color-primary);
padding: 8px;
}
</style>
</head>
<body>
<div id="root"></div>
</body>
</html>