File: error_not_found.template.html

package info (click to toggle)
cherokee 0.7.2-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 8,808 kB
  • ctags: 6,577
  • sloc: ansic: 45,071; python: 9,628; sh: 9,468; makefile: 1,639; xml: 61; perl: 32
file content (18 lines) | stat: -rw-r--r-- 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<h1>ERROR</h1>

<div class="dialog-error">
  <p>Could not find the configuration file <b>%(cherokee_conf)s</b>.</p>
</div>

<h2>Create a new configuration file</h2>

<div class="indented">
  <p>You can create a new configuration file and proceed to configure
  the web server from scratch:</p>

   <p style="text-align: center;">
    <a class="button" href="/create_config">
      <span>Create new configuration file</span>
    </a>
   </p>
</div>