Basic HTML Page Setup

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width"> <base href="#"> <link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,800italic,400,600,700,800" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="/path/to/app.css"> <link rel="stylesheet" href="/path/to/typicons.css" /> <title></title> </head> <body> <script>window.jQuery || document.write('<script src="/path/to/jquery-2.1.1.min.js"><\/script>')</script> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/path/to/app.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.