Commit d2329614baf13adbdd86d6f5115de5c5caf9e1c7

Authored by Luke Baker
1 parent c15df44f

make email address be link

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
public/maintenance.html.custom
... ... @@ -10,6 +10,10 @@
10 10 font-weight: normal;
11 11 font-size: 18px;
12 12 }
  13 + a {
  14 + text-decoration: none;
  15 + color: #54AFE2;
  16 + }
13 17 </style>
14 18 <body>
15 19 <center>
... ... @@ -19,6 +23,6 @@ src=&quot;data:image/gif;base64,R0lGODdh+gAyAOf8AC96wS57uzp4ui98vDF7wjt5uzJ8wzF9vT16v
19 23  
20 24 <h1>All Our Ideas and Photocracy are down for maintenance.</h1>
21 25 <h1>We'll be back online as quickly as we can.</h1>
22   -<h1>Questions? Email us: info@allourideas.org</h1>
  26 +<h1>Questions? Email us: <a href="mailto:info@allourideas.org">info@allourideas.org</a></h1>
23 27 </center>
24 28 </body></html>
... ...