Skip to content

Instantly share code, notes, and snippets.

@seriwb
Created March 28, 2015 15:27
Show Gist options
  • Save seriwb/be79f76083b368e348f9 to your computer and use it in GitHub Desktop.
Save seriwb/be79f76083b368e348f9 to your computer and use it in GitHub Desktop.
code to use favicon.
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- 以下のコードをCSSの前に記述する -->
<link rel="shortcat icon" href="${f:url('/img/favicon.ico')}" type="image/vnd.microsoft.icon"/>
<link rel="icon" href="${f:url('/img/favicon.ico')}" type="image/vnd.microsoft.icon" />
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment