File: index.html

package info (click to toggle)
compass-sassy-maps-plugin 0.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 228 kB
  • ctags: 32
  • sloc: ruby: 125; makefile: 28
file content (24 lines) | stat: -rw-r--r-- 830 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<!--[if lte IE 8]>         <html class="no-js lte-ie8"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

    <title>Example</title>

    <meta name="viewport" content="width=device-width">

    <link rel="stylesheet" href="css/example.css">
  </head>

  <body>
    <h1>Sassy Maps In Action</h1>

    <!-- JavaScript goes in the footer! -->
    <script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':8001/livereload.js?snipver=1"></' + 'script>')
    </script>
    <script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':8002/target/target-script-min.js"></' + 'script>')
    </script>
  </body>
</html>