/ Published in: HTML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!doctype html> <html> <head> <meta charset="utf-8" /> <link rel="stylesheet" media="screen" href="/css/style.css" /> <link rel="stylesheet" media="print" href="/css/print.css" /> <link rel="shortcut icon" href="/favicon.ico" /> <meta name="author" content="" /> <meta name="date" content="" /> <meta name="keywords" content="" /> <meta name="description" content="" /> </head> <body> </body> </html>