1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
<link rel="shortcut icon" type="image/x-icon" href="../img/icon.png"> <link rel="icon" type="image/x-icon" href="../img/favicon.ico"> <link href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap" rel="stylesheet"> <!-- bootstrap --> <link href="../css/jquery-ui.css" rel="stylesheet" /> <link href="../css/bootstrap.css" rel="stylesheet">
<!-- fontAllsome --> <link rel="stylesheet" href="../css/all.css">
<!-- my css -->
<link rel="stylesheet" href="../css/nav.css"> <link rel="stylesheet" href="../css/style.css"> <link rel="stylesheet" href="../css/responsive.css">
|