13 lines
351 B
HTML
13 lines
351 B
HTML
<!doctype html>
|
|
<html class="h-full" lang="en" data-theme="light">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Jklink</title>
|
|
<base href="/">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
</head>
|
|
<body class="h-full base-100" >
|
|
<app-root></app-root>
|
|
</body>
|
|
</html>
|