⌈⌋ ⎇ branch:  freshcode


Artifact [2ddb036bbc]

Artifact 2ddb036bbcdb981f1cadfb5add8ae0a1c7a54db5:

  • File error500.html — part of check-in [162e7d3eb3] at 2016-05-05 02:13:19 on branch trunk — A bit more padding-top (user: mario size: 1918)

     1
     2
     3
     4
     5
     6
     7
     8
     9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
<!DOCTYPE html>
<html>
<head>
<title>freshcode.club</title>
<meta name=robots content=noindex>
<meta charset=utf-8>
<style>
 html { height: 100%; padding: 0; margin: 0; }
 body {
   height: 100%;
   background: #666;
   background: linear-gradient(to bottom, #666666 0%, #666666 49%, #555555 51%, #444444 100%);
   color: #fff;
   padding: 100pt;
   align: center;
   vertical-align: center;
 }
 img {
   padding-top: 20px;
   margin-right: 45px;
 }
 div {
   position: absolute;
   margin: auto;
   width: 650px;
   height: 30%;
   top:0;  bottom: 0;  left: 0;  right: 0;
 }
 span {
   display: inline-block;
   width: 400px;
   float: right;
 }
 h1, p, a {
   font-family: Ubuntu, Arial;
   font-size: 16pt;
   color: #fff;
 }
 h1 {
   font-size: 32pt;
   margin-top: 0;
 }
 small, a {
   font-size: 9pt;
 }
 
</style>
</head>
<html>
  <div>
    <img src="/img/logo.banana.png" width=200 height=225 alt=banana align=left
    data-author="qubodup" data-href="https://openclipart.org/detail/211309/">
    <span>
      <h1>a database thing</h1>
      <p>Sorry. There's currently a database thing happening. (Well, most likely..)</p>
      <p>Updates usually finish in 3-5 minutes.</p>
      <p><small>
        All the while check our partner projects and cool similar aggregators:<br>
        <a href="http://twitter.com/versiontracker">@versiontracker</a> ·
        <a href="http://fossies.org/linux/misc/">Fossies</a> ·
        <a href="http://freshcode-mirror.opensourcestore.org/">FCcM/OSS</a> ·
        <a href="http://beopen.bplaced.net/">beOpen</a> ·
        <a href="http://opendesktop.org/">openDesktop</a> ·
        <a href="https://linuxsoftnews.wordpress.com/">LinuxSoftNews</a> ·
        <a href="http://www.lgdb.org/">LGameDB</a> ·
        <a href="http://distrowatch.com/">DistroWatch</a> ·
        <a href="http://www.zwodnik.com/">Zwodnik</a> ·
      </small></p>
    </span>
  </div>
</html>