1<!DOCTYPE html>
2<html>
3 <head>
4 <title>This is a title</title>
5 <link rel = "icon" type = "image/png" href = "/icon.png">
6 <!-- For apple devices -->
7 <link rel = "apple-touch-icon" type = "image/png" href = "/icon.png"/>
8 </head>
9</html>