common/corpus-common-addon/tests/dummy/app/index.html
changeset 127 5cd8c3065c38
child 406 cf0f23803a53
equal deleted inserted replaced
126:e87a340711a4 127:5cd8c3065c38
       
     1 <!DOCTYPE html>
       
     2 <html>
       
     3   <head>
       
     4     <meta charset="utf-8">
       
     5     <meta http-equiv="X-UA-Compatible" content="IE=edge">
       
     6     <title>Dummy</title>
       
     7     <meta name="description" content="">
       
     8     <meta name="viewport" content="width=device-width, initial-scale=1">
       
     9 
       
    10     {{content-for "head"}}
       
    11 
       
    12     <link rel="stylesheet" href="assets/vendor.css">
       
    13     <link rel="stylesheet" href="assets/dummy.css">
       
    14 
       
    15     {{content-for "head-footer"}}
       
    16   </head>
       
    17   <body>
       
    18     {{content-for "body"}}
       
    19 
       
    20     <script src="assets/vendor.js"></script>
       
    21     <script src="assets/dummy.js"></script>
       
    22 
       
    23     {{content-for "body-footer"}}
       
    24   </body>
       
    25 </html>