File: docs_index.rb

package info (click to toggle)
ruby-versionist 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 244 kB
  • sloc: ruby: 798; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en-US">
  <head>
    <title>Documentation for <%= version%></title>
    <link href="<%= version%>/style.css" media="screen" rel="stylesheet" type="text/css">
  </head>
  <body>
    <div id="container">
      <div id="operations">
        <h3>API Operations</h3>
      </div>
      <div id="content">
        <h1>Documentation for <%= version%></h1>
      </div>
    </div>
  </body>
</html>