<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Test Flaticon</title>
  <link rel="stylesheet" href="css/flaticon.css">  <!-- fix path if needed -->
  <style>
    .test-icon { font-size: 60px; color: #E1306C; }
  </style>
</head>
<body>
  <i class="flaticon-instagram test-icon"></i>  <!-- change class if different -->
  <p>If you see the Instagram logo above, it's working!</p>
</body>
</html>