Skip to content

Instantly share code, notes, and snippets.

@ps-team
Created October 27, 2017 09:37
Show Gist options
  • Save ps-team/0e389197061f123bd1825dab93868863 to your computer and use it in GitHub Desktop.
Save ps-team/0e389197061f123bd1825dab93868863 to your computer and use it in GitHub Desktop.
Custom Code for Adding Stuff to the header
htmlheader.text += "<link rel=""apple-touch-icon"" href=""img/apple-touch-icon.png"" />"
htmlheader.text += "<link rel=""apple-touch-icon-precomposed"" href=""img/apple-touch-icon.png"" />"
htmlheader.text += "<link href=""http://fonts.googleapis.com/css?family=Ubuntu:400,500,700,400italic,700italic|Roboto+Slab:400,700"" rel=""stylesheet"" type=""text/css"" />"
htmlheader.text += "<link href=""http://fonts.googleapis.com/css?family=Zeyada"" rel=""stylesheet"" type=""text/css"" />"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment