code refactoring
This commit is contained in:
parent
c1250b7649
commit
1ca5e82426
@ -17,14 +17,14 @@
|
||||
<!--
|
||||
- custom css link
|
||||
-->
|
||||
<link rel="stylesheet" href="./assets/css/style.css">
|
||||
<!-- <link rel="stylesheet" type="text/css" href="./assets/css/style.css"> -->
|
||||
|
||||
<!--
|
||||
- google font link
|
||||
-->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<!-- <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=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet"> -->
|
||||
</head>
|
||||
<body>
|
||||
<app-root></app-root>
|
||||
@ -37,8 +37,8 @@
|
||||
<!--
|
||||
- ionicon link
|
||||
-->
|
||||
<script type="module" src="https://unpkg.com/ionicons@7.3.1/dist/ionicons/ionicons.esm.js"></script>
|
||||
<script nomodule src="https://unpkg.com/ionicons@7.3.1/dist/ionicons/ionicons.js"></script>
|
||||
<!-- <script type="module" src="https://unpkg.com/ionicons@7.3.1/dist/ionicons/ionicons.esm.js"></script>
|
||||
<script nomodule src="https://unpkg.com/ionicons@7.3.1/dist/ionicons/ionicons.js"></script> -->
|
||||
<!--
|
||||
- Font Awesome Pack
|
||||
-->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user