File: index.html

package info (click to toggle)
webassets 3%3A2.0-0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,444 kB
  • sloc: python: 8,860; makefile: 92; sh: 15
file content (17 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
  <link rel="stylesheet" type="text/css" href="media/out.css">
</head>
<body>
    <ul>
       <li>
           <h3>Guest writes:</h3>
           <p>
               Hello world!
           </p>
           <p class="meta">
               12 days ago
           </p>
       </li>
    </ul>
</body>