Sha256: 433ca29203f5b66d15ad5eeb1a5876d916b183aaca2284fcdca60b7e0254f87e

Contents?: true

Size: 1.23 KB

Versions: 20

Compression:

Stored size: 1.23 KB

Contents

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width">

  <!-- WEBSITE DETAIL -->
  <title>My Website</title>
  <meta name="description" content="This is a description of your website, only first 160 characters matters">

  <!-- FAVICON -->
  <link rel="icon" href="assets/img/favicon.png">
  <link rel="apple-touch-icon-precomposed" href="assets/img/favicon-big.png">
  
  <!-- JAVASCRIPT that must load first -->
  <script src="assets/js/vendor/custom.modernizr.js"></script>
  
  <!-- STYLESHEET -->
  <link rel="stylesheet" href="assets/css/framework.css">
  <link rel="stylesheet" href="assets/css/app.css">

</head>
<body>
<div id="main-wrapper">
  
  <!-- CONTENT HERE -->

  <div id="footer-push"></div>
</div>
<footer class="main-footer"></footer>

<!-- JAVASCRIPT LIBRARY -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>
  // Fallback if Google's one doesn't load
  if (!window.jQuery) {
    document.write("<script src='assets/js/vendor/jquery.min.js'><\/script>");
  }
</script>
<script src="assets/js/vendor/fastclick.min.js"></script>
<script src="assets/js/app.js"></script>

</body>
</html>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
edge_framework-1.4.1 template/html/index.html
edge_framework-1.4.0 template/html/index.html
edge_framework-1.3.6 template/html/index.html
edge_framework-1.3.5 template/html/index.html
edge_framework-1.3.3 template/html/index.html
edge_framework-1.3.2 template/html/index.html
edge_framework-1.3.1 template/html/index.html
edge_framework-1.3.0 template/html/index.html
edge_framework-1.2.9 template/html/index.html
edge_framework-1.2.7 template/html/index.html
edge_framework-1.2.6 template/html/index.html
edge_framework-1.2.5 template/html/index.html
edge_framework-1.2.4 template/html/index.html
edge_framework-1.2.3 template/html/index.html
edge_framework-1.2.2 template/html/index.html
edge_framework-1.2.1 template/html/index.html
edge_framework-1.2.0 template/html/index.html
edge_framework-1.1.0 template/html/index.html
edge_framework-1.0.0 template/html/index.html
edge_framework-0.10.0 template/html/index.html