AdminLTE/index.html

17 lines
475 B
HTML
Raw Normal View History

2021-03-26 01:16:42 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AdminLTE v4</title>
</head>
2021-05-16 21:10:19 +00:00
<body>
<!-- TODO: Remove below link Before Alpha Release of AdminLTE v4 -->
<a href="https://github.com/ColorlibHQ/AdminLTE/tree/v4-dev">Check once</a>
<script>
2023-04-11 11:18:39 +00:00
window.location = './dist/pages/index.html';
2021-05-16 21:10:19 +00:00
</script>
2021-03-26 01:16:42 +00:00
</body>
</html>