Skip to content

Instantly share code, notes, and snippets.

@pooooriya
Created November 21, 2025 08:32
Show Gist options
  • Select an option

  • Save pooooriya/17124804611bf5bac62892b1b0662b41 to your computer and use it in GitHub Desktop.

Select an option

Save pooooriya/17124804611bf5bac62892b1b0662b41 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"
/>
</head>
<body>
<i class="fa fa-user"></i>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment