finished basic account add
[Bookkeeping.git] / webkell / error.xhtml
blobac3ee9aabda8adb8fbf79c5d5127dc055e23aef7
1 <?xml version="1.0" encoding="UTF-8"?>
3 <!DOCTYPE html
5 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
7 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
11 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
13 <head>
17 <title>WebKell: Your solution to simple online bookkeeping</title>
21 <style type="text/css">
25 #title {
27 /* font-family: Andale Mono, monospace; */
29 font-family: cursive, monospace;
31 font-size: 2.8em;
33 font-style: italic;
37 .coolk {
39 font-family: Palatino, serif;
41 /*font-style: normal; */
43 font-size: 1.8em;
45 font-weight: bold;
47 visibility: 50%;
51 .subheader {
55 font-family: Palatino, sans-serif;
57 /*font-style: normal; */
59 font-size: 0.45em;
61 font-weight: normal;
63 visibility: 100%;
65 color:#686868;
69 #outline {
71 border-width: thin;
73 border-style: solid;
75 border-color: #CCCCCC;
77 padding-top:5px;
79 padding-bottom:5px;
81 padding-left:5px;
83 padding-right:5px;
89 </style>
91 </head>
93 <body>
99 <!-- Header Row -->
101 <div>
103 <div id="title" style=" position:relative; top:15px; left:30px; width:70%; " >
105 web<xx class='coolk'>K</xx>ell
107 <xx class='subheader'>Your solution to simple <xx style="color:#000000">online bookkeeping</xx> </xx>
109 </div>
111 <div class="subheader" style="width: 30%;">
113 register
115 </div>
117 </div>
123 <div id="outline" >
127 <div>
129 <div>login</div>
131 <div><input type="textfield" /></div>
133 <div><input type="password" /></div>
135 </div>
137 </div>
141 <!-- Footer Row -->
143 <div>
147 <!-- solid line -->
151 WebKell (2007) <a href="http://frye.blogs.com" >Timothy Washington</a>
153 </div>
157 </body>
159 </html>