22 lines
944 B
HTML
22 lines
944 B
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="en" class="wa-theme-premium wa-palette-vogue wa-brand-indigo">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<title>LTHN - Layered Transmission Host Network</title>
|
||
|
|
<base href="/">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||
|
|
<!-- <link rel="stylesheet" href="/assets/web-awesome/styles/webawesome.css" />-->
|
||
|
|
<!-- <link rel="stylesheet" href="/assets/web-awesome/styles/themes/premium.css" />-->
|
||
|
|
<!-- <link rel="stylesheet" href="/assets/web-awesome/styles/native.css" />-->
|
||
|
|
<!-- <link rel="stylesheet" href="/assets/web-awesome/styles/utilities.css" />-->
|
||
|
|
<!-- <link rel="stylesheet" href="/assets/web-awesome/styles/color/vairants.css" />-->
|
||
|
|
<link rel="manifest" href="manifest.webmanifest">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<app-root></app-root>
|
||
|
|
<noscript>Please enable JavaScript to continue using this application.</noscript>
|
||
|
|
</body>
|
||
|
|
|
||
|
|
</html>
|