/ Published in: HTML
Useful empty structures for feeds, favicons, stylesheets and scripts, plus third party metadata and tools
Expand |
Embed | Plain Text
<!-- ============== ATOM FEED ============================================ --> <link rel="alternate" type="application/atom+xml" title="" href="" /> <!-- ============== FAVOURITES ICON ====================================== --> <link rel="shortcut icon" href="" type="image/x-icon" /> <!-- ============== STYLE SHEETS ========================================= --> <link rel="stylesheet" media="screen" href="" type="text/css" /> <link rel="stylesheet" media="print" href="" type="text/css" /> <link rel="stylesheet" href="" type="text/css" id="smallscreen" /> <!-- ============== JAVASCRIPT =========================================== --> <!-- ============== WEB SERVICE METADATA ================================= --> <meta name="" content="" /> <meta name="" content="" /> <!-- ============== 3RD PARTY TOOLS ====================================== --> <link href="" rel="Stylesheet" type="text/css" />
You need to login to post a comment.
