/ Published in: CSS
Attaching multiple stylesheets
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<html> <head> <title>lighttpd bundled</title> <link rel="stylesheet" type="text/css" href="http://sitepointstatic.com/bundle/structure.css, standard.css,format.css,index.css,promo.css" /> </head> <body> </body> </html>