19 lines
917 B
HTML
19 lines
917 B
HTML
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
|
|
<!-- ============ import common css ========== -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
|
|
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
|
|
crossorigin="anonymous">
|
|
|
|
<link rel="stylesheet" href="/assets/css/style.css" />
|
|
<link rel="stylesheet" href="/assets/css/navbar.css" />
|
|
|
|
<!--=================== cdn ==============================-->
|
|
<link href="https://fonts.googleapis.com/css2?family=Muli:wght@300;400;500;600&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="/assets/css/fontello.css" />
|
|
|
|
<!--================= fab-icon =========================-->
|
|
<!-- <link rel="icon" type="image/png" href="/assets/images/logo-inverted.png" /> -->
|
|
|