/ Published in: HTML
Blank HTML template with minimal hosted srcs and respond.js
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!DOCTYPE html> <html lang="en"> <head> <meta name="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"> <link rel="stylesheet" href="http://meyerweb.com/eric/tools/css/reset/reset.css" type="text/css" media="screen" /> <!--[if lt IE 9]> <script src="https://raw.github.com/scottjehl/Respond/master/respond.min.js"></script> <![endif]--> </head> <body> <script type="text/javascript"> $(document).ready(function() { //do this } </script> </body> </html>