설명 없음

index.html 1.0KB

1234567891011121314151617181920
  1. <!DOCTYPE>
  2. <html lang="pt-br">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <base href="<?=base_url();?>">
  7. <title>MKT SUITE</title>
  8. <meta name="description" content="">
  9. <meta name="viewport" content="width=device-width, initial-scale=1">
  10. <link rel="stylesheet" href="css/reset.css">
  11. <link rel="stylesheet" href="css/style.css">
  12. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  13. <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  14. <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
  15. <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800" rel="stylesheet">
  16. <link href="https://fonts.googleapis.com/css?family=Montserrat:800" rel="stylesheet">
  17. <script src="js/functions.js"></script>
  18. </head>
  19. </hmtl>