HTML5 Template

<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Site Title</title> <meta name="description" content="Site Description"> <meta name="author" content="SitePoint"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes" /> <link rel="stylesheet" href="css/style.css"> </head> <body> <script src="js/scripts.js"></script> </body> </html>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.