mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-11 03:58:50 +01:00
22 lines
321 B
HTML
22 lines
321 B
HTML
<!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">
|
|
<title>ng2-admin</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<app>
|
|
</app>
|
|
|
|
<div id="preloader">
|
|
<div></div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|