File: index.html

package info (click to toggle)
ruby-jekyll-asciidoc 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,536 kB
  • sloc: ruby: 1,802; sh: 36; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Welcome</title>
</head>
<body>
<p class="summary">A <strong>very</strong> welcoming <em>welcome</em> page.</p>
<div class="page-content">
<div class="paragraph">
<p>Welcome, welcome, welcome!</p>
</div>
</div>
</body>
</html>