34 lines
1.1 KiB
HTML
34 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html lang="es-CO">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>AJSystem</title>
|
|
<base href="/">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
|
|
|
|
<!--
|
|
- google font link
|
|
-->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Harmattan:wght@400;500;600;700&family=MuseoModerno:ital,wght@0,100..900;1,100..900&family=Orbit&family=Roboto:wght@400;500&family=Rubik:wght@400;500;600;700&family=Shadows+Into+Light&family=Source+Sans+Pro:wght@400;600&display=swap"
|
|
rel="stylesheet">
|
|
|
|
<!--
|
|
- custom css link
|
|
-->
|
|
<!--
|
|
<link rel="stylesheet" href="assets/css/style.css">
|
|
-->
|
|
|
|
</head>
|
|
<body id="top">
|
|
<app-root></app-root>
|
|
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
|
|
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
|
|
</body>
|
|
</html>
|