File: saxy.html

package info (click to toggle)
ruby-ox 2.14.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,504 kB
  • sloc: xml: 39,683; ansic: 9,626; ruby: 6,441; sh: 47; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 538 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
<!DOCTYPE HTML>
<html>
  <head>
    <title>Saxy</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" type="text/css" media="screen,print" href="saxy.css">
  </head>
  <!-- body started after this comment -->
  <body>
    <p>First Line</p>
    <div class="first">
      <p>One Level Deep</p>
    </div>
    <hr>
    <div class="first">
      <div>
        <p>Deeper</p>
      </div>
    </div>
  </body>
</html>