Sha256: 3fdeac3c9171c7417214006cccacc82a58429056c9cd72175adb44d6465bc93f
Contents?: true
Size: 1.02 KB
Versions: 3
Compression:
Stored size: 1.02 KB
Contents
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width" /> <title>My Website</title> <link rel="icon" type="image/png" href="assets/img/favicon.ico"> <!-- VENDOR --> <script type="text/javascript" src="assets/js/vendor/custom.modernizr.js"></script> <link rel="stylesheet" href="assets/css/edge.css"> <!-- APP Specific --> <link rel="stylesheet" href="/css/app.css"> </head> <body> <div id="main-wrapper"> <!-- Content goes here --> <div id="footer-push"></div> </div> <footer id="footer"></footer> <!-- Google's Hosted JQuery --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script type="text/javascript"> // Use local jquery, if Google's one fails to load if (typeof jQuery == 'undefined') { document.write(unescape("%3Cscript src='assets/js/jquery.min.js' type='text/javascript'%3E%3C/script%3E")); } </script> <script type="text/javascript" src="assets/js/app.js"></script> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
edge_framework-0.1.0 | template/html/index.html |
edge_framework-0.0.3 | template/html/index.html |
edge_framework-0.0.2 | template/html/index.html |