ASP4

 view release on metacpan or  search on metacpan

t/htdocs/index.asp  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>ASP4 Installed</title>
  <style type="text/css">
  HTML, BODY {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 14px;
    font-family: Verdana, Arial, Sans-Serif;
    background-color: #333333;
    color: #000000;
    width: 100%;
    height: 100%;
  }
  
  #header {
    background-color: #FFFFFF;
    height: 35px;
    border-bottom: solid 1px #000000;
  }
  
  #header-container {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 20px;
    text-align: center;
  }
  
  #container {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    height: 92%;
  }
  
  .clear {
    clear: both;
  }
  
  #leftnav {
    float: left;
    width: 198px;
  }
  
  UL {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  
  UL LI {
    line-height: 28px;
  }
  
  UL LI A {
    border-right: solid 2px #FF0000;
    padding-left: 10px;
    display: block;
    clear: both;
    color: #FF0000;
  }
  
  UL LI A:hover {
    background-color: #EFEFEF;
    color: #000000;
    border-right: solid 2px #000000;
  }
  
  #contents {
    float: left;
    width: 740px;
    padding: 5px;
    background-color: #FFFFFF;
  }
  
  PRE {
    background-color: lightyellow;
    height: 300px;
    overflow: auto;
    padding: 5px;
    border: solid 1px #CCCCCC;
  }



( run in 0.675 second using v1.01-cache-2.11-cpan-39bf76dae61 )