annotate skins/classic/watermark.html @ 8:bf99236cc5cd default tip

try to recover from upgrade fail
author Charlie Root
date Sat, 29 Dec 2018 07:07:34 -0500
parents 4681f974d28b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
2 <html xmlns="http://www.w3.org/1999/xhtml">
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
3 <head>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
4 <title></title>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
5 <style type="text/css">
8
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
6 html, body { height: 100%; background-color: #F2F2F2; margin: 0; }
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
7 div { height: 100%; display: flex; align-items: center; justify-content: center; }
0
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
8 </style>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
9 </head>
8
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
10 <body>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
11 <div>
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
12 <img src="images/watermark.gif" width="260" height="228" alt="" />
bf99236cc5cd try to recover from upgrade fail
Charlie Root
parents: 0
diff changeset
13 </div>
0
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
14 </body>
4681f974d28b vanilla 1.3.3 distro, I hope
Charlie Root
parents:
diff changeset
15 </html>