File: original_engine.xhtml

package info (click to toggle)
ruby-haml 4.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 868 kB
  • ctags: 748
  • sloc: ruby: 5,718; makefile: 17
file content (20 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <title>Stop. haml time</title>
    <div id='content'>
      <h1>This is a title!</h1>
      <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit</p>
      <p class='foo'>Cigarettes!</p>
      <h2>Man alive!</h2>
      <ul class='things'>
        <li>Slippers</li>
        <li>Shoes</li>
        <li>Bathrobe</li>
        <li>Coffee</li>
      </ul>
      <pre>This is some text that's in a pre block!
      Let's see what happens when it's rendered! What about now, since we're on a new line?</pre>
    </div>
  </head>
</html>