Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
hipchat4 / opt / HipChat4 / share / clientweb / index.html
Size: Mime:
<!DOCTYPE html>
<html id="hc">
<head>
  <meta charset="utf-8">
  <title>HipChat</title>
  <script>
    // the "true" launch time for the web core application.  This is before any other scripts or styles are loaded/run
    // NOTE: this value is used in many of the performance analytics with the web core.
    window.hc_client_launch_time = new Date().getTime();
  </script>
  <link rel="stylesheet" href="../localweb/vendor/aui/5.7.12/css/aui-all.css" media="all">
  <!--[if IE 9]><link rel="stylesheet" href="vendor/aui/5.7.11/css/aui-ie9.css" media="all"><![endif]-->
  <link rel="stylesheet" href="../localweb/libs/libs.min.css" media="all">
  <link rel="stylesheet" href="../localweb/hipchat-client.css" type="text/css"/>

  <script type="text/javascript" src="qwebchannel.js"></script>
  <script src="../localweb/vendor/prettify/prettify.js"></script>
  <style>
    .loading-message {
      position: absolute;
      top: 0;
      left: 0;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column;
      flex-flow: column;
      -ms-flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-align: center;
      -ms-flex-pack: center;
      height: 100%;
      width: 100%;
      text-align: center;
      background-color: #FFF;
      align-items: center;
      z-index: 1001;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      cursor: default;
    }
    .loading-message p:first-of-type {
      margin-top: 25px;
    }
    .loading-message .loading-inner svg {
      width: 140px;
      height: 140px;
      margin: 0 auto;
    }
    .loading-message .loading-failed svg {
      height: 105px;
      width: auto;
    }

    .loading-message .loading-failed,
    .loading-message.sad .loading-pending {
      display: none;
    }
    .loading-message .loading-pending,
    .loading-message.sad .loading-failed {
      display: block;
    }

    .loading-failed path {
      fill: #205081;
    }

    #icon-hipchat-logo {
      clip-path: url(#icon-hipchat-logo-clip);
      fill: none;
      stroke: #205081;
    }

    #icon-hipchat-logo path {
      fill: none;
      stroke-width: 8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    #hipchat_bubble {
      stroke-dasharray: 340;
      stroke-dashoffset: 340;
      -webkit-animation: bubble 3s forwards infinite;
              animation: bubble 3s forwards infinite;
    }

    @-webkit-keyframes bubble {
      0% {
        stroke-dashoffset: 340;
      }
      30% {
        stroke-dashoffset: 0;
      }
      60% {
        stroke-dashoffset: 0;
      }
      90% {
        stroke-dashoffset: -340;
      }
      100% {
        stroke-dashoffset: -340;
      }
    }

    @keyframes bubble {
      0% {
        stroke-dashoffset: 340;
      }
      30% {
        stroke-dashoffset: 0;
      }
      60% {
        stroke-dashoffset: 0;
      }
      90% {
        stroke-dashoffset: -340;
      }
      100% {
        stroke-dashoffset: -340;
      }
    }

    #hipchat_smile {
      stroke-dasharray: 100;
      stroke-dashoffset: 101;
      -webkit-animation: smile 3s forwards infinite;
              animation: smile 3s forwards infinite;
    }

    @-webkit-keyframes smile {
      0% {
        stroke-dashoffset: 101;
      }
      20% {
        stroke-dashoffset: 101;
      }
      30% {
        stroke-dashoffset: 0;
      }
      80% {
        stroke-dashoffset: 0;
      }
      90% {
        stroke-dashoffset: -99;
      }
      100% {
        stroke-dashoffset: -99;
      }
    }

    @keyframes smile {
      0% {
        stroke-dashoffset: 101;
      }
      20% {
        stroke-dashoffset: 101;
      }
      30% {
        stroke-dashoffset: 0;
      }
      80% {
        stroke-dashoffset: 0;
      }
      90% {
        stroke-dashoffset: -99;
      }
      100% {
        stroke-dashoffset: -99;
      }
    }
  </style>
</head>

<body data-init-state="{}" oncontextmenu="return true;">
<svg height="0" style="display:block;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <symbol id="icon-available-selected" viewBox="0 0 1024 1024">
      <title>available-selected</title>
      <path class="path1" d="M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384s384 171.923 384 384z"></path>
      <path class="path2" d="M832 512c0 176.731-143.269 320-320 320s-320-143.269-320-320c0-176.731 143.269-320 320-320s320 143.269 320 320z"></path>
    </symbol>
    <symbol id="icon-available" viewBox="0 0 1024 1024">
      <title>available</title>
      <path class="path1" d="M832 512c0 176.731-143.269 320-320 320s-320-143.269-320-320c0-176.731 143.269-320 320-320s320 143.269 320 320z"></path>
    </symbol>
    <symbol id="icon-dot" viewBox="0 0 1024 1024">
      <title>separator</title>
      <path class="path1" d="M832 512c0 176.731-143.269 320-320 320s-320-143.269-320-320c0-176.731 143.269-320 320-320s320 143.269 320 320z"></path>
    </symbol>
    <symbol id="icon-away-selected" viewBox="0 0 1024 1024">
      <title>away-selected</title>
      <path class="path1" d="M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384s384 171.923 384 384z"></path>
      <path class="path2" d="M832 512c0 176.731-143.269 320-320 320s-320-143.269-320-320c0-176.731 143.269-320 320-320s320 143.269 320 320z"></path>
      <path class="path3" d="M320 448h384v128h-384v-128z"></path>
    </symbol>
    <symbol id="icon-away" viewBox="0 0 1024 1024">
      <title>away</title>
      <path class="path1" d="M832 512c0 176.731-143.269 320-320 320s-320-143.269-320-320c0-176.731 143.269-320 320-320s320 143.269 320 320z"></path>
      <path class="path2" d="M320 448h384v128h-384v-128z"></path>
    </symbol>
    <symbol id="icon-xa" viewBox="0 0 1024 1024">
      <title>xa</title>
      <path class="path1" d="M832 512c0 176.731-143.269 320-320 320s-320-143.269-320-320c0-176.731 143.269-320 320-320s320 143.269 320 320z"></path>
      <path class="path2" d="M320 448h384v128h-384v-128z"></path>
    </symbol>
    <symbol id="icon-xa-selected" viewBox="0 0 1024 1024">
      <title>xa-selected</title>
      <path class="path1" d="M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384s384 171.923 384 384z"></path>
      <path class="path2" d="M832 512c0 176.731-143.269 320-320 320s-320-143.269-320-320c0-176.731 143.269-320 320-320s320 143.269 320 320z"></path>
      <path class="path3" d="M320 448h384v128h-384v-128z"></path>
    </symbol>
    <symbol id="icon-dnd-selected" viewBox="0 0 1024 1024">
      <title>dnd-selected</title>
      <path class="path1" d="M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384s384 171.923 384 384z"></path>
      <path class="path2" d="M512 192c-69.12 0-132.736 22.528-185.153 59.968l-0.192-0.192-1.92 1.92c-27.327 19.84-51.264 43.776-71.104 71.104l-1.92 1.92 0.192 0.192c-37.376 52.352-59.904 115.968-59.904 185.088 0 176.448 143.552 320 320 320s320-143.552 320-320c0-176.448-143.552-320-320-320v0zM592 672l-240-240 80-80 240 240-80 80z"></path>
    </symbol>
    <symbol id="icon-dnd" viewBox="0 0 1024 1024">
      <title>dnd</title>
      <path class="path1" d="M512 192c-69.12 0-132.736 22.528-185.153 59.968l-0.192-0.192-1.92 1.92c-27.327 19.84-51.264 43.776-71.104 71.104l-1.92 1.92 0.192 0.192c-37.376 52.352-59.904 115.968-59.904 185.088 0 176.448 143.552 320 320 320s320-143.552 320-320c0-176.448-143.552-320-320-320v0zM592 672l-240-240 80-80 240 240-80 80z"></path>
    </symbol>
    <symbol id="icon-mobile-selected" viewBox="0 0 1024 1024">
      <title>mobile-selected</title>
      <path class="path1" d="M288 64h448c53.019 0 96 42.981 96 96v704c0 53.019-42.981 96-96 96h-448c-53.019 0-96-42.981-96-96v-704c0-53.019 42.981-96 96-96z"></path>
      <path class="path2" d="M308.8 128h406.4c29.161 0 52.8 23.639 52.8 52.8v662.4c0 29.161-23.639 52.8-52.8 52.8h-406.4c-29.161 0-52.8-23.639-52.8-52.8v-662.4c0-29.161 23.639-52.8 52.8-52.8z"></path>
      <path class="path3" d="M320 256h384v448h-384v-448z"></path>
    </symbol>
    <symbol id="icon-mobile" viewBox="0 0 1024 1024">
      <title>mobile</title>
      <path class="path1" d="M308.8 128h406.4c29.161 0 52.8 23.639 52.8 52.8v662.4c0 29.161-23.639 52.8-52.8 52.8h-406.4c-29.161 0-52.8-23.639-52.8-52.8v-662.4c0-29.161 23.639-52.8 52.8-52.8z"></path>
      <path class="path2" d="M320 256h384v448h-384v-448z"></path>
    </symbol>
    <symbol id="icon-unavailable-selected" viewBox="0 0 1024 1024">
      <title>unavailable-selected</title>
      <path class="path1" d="M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384s384 171.923 384 384z"></path>
      <path class="path2" d="M832 512c0 176.731-143.269 320-320 320s-320-143.269-320-320c0-176.731 143.269-320 320-320s320 143.269 320 320z"></path>
      <path class="path3" d="M736 512c0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224s224 100.288 224 224z"></path>
    </symbol>
    <symbol id="icon-unavailable" viewBox="0 0 1024 1024">
      <title>unavailable</title>
      <path class="path1" d="M832 512c0 176.731-143.269 320-320 320s-320-143.269-320-320c0-176.731 143.269-320 320-320s320 143.269 320 320z"></path>
      <path class="path2" d="M736 512c0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224s224 100.288 224 224z"></path>
    </symbol>
    <symbol id="icon-hipchat-logo" viewBox="0 0 1024 1024">
      <title>hipchat-logo</title>
      <path class="path1" d="M791.552 574.464c0-10.24-8.192-20.48-20.48-20.48-5.12 0-9.216 2.048-13.312 5.12-51.2 46.080-139.264 87.040-245.76 88.064v0c-105.472 0-191.488-43.008-245.76-88.064-3.072-3.072-10.24-5.12-14.336-5.12-12.288 0-19.456 10.24-19.456 22.528 0 9.216 6.144 16.384 11.264 24.576 30.72 46.080 124.928 122.88 267.264 122.88h2.048c142.336 0 236.544-77.824 267.264-122.88 5.12-8.192 11.264-18.432 11.264-26.624z"></path>
      <path class="path2" d="M932.864 929.792c-35.84-20.48-70.656-55.296-86.016-103.424-3.072-9.216 0-17.408 7.168-22.528 104.448-79.872 169.984-197.632 169.984-328.704 0-243.712-229.376-441.344-512-441.344s-512 197.632-512 441.344c0 243.712 229.376 441.344 512 441.344 36.864 0 72.704-3.072 107.52-10.24 8.192-2.048 15.36 0 21.504 4.096 69.632 43.008 174.080 78.848 266.24 78.848 29.696 0 40.96-18.432 40.96-35.84-1.024-9.216-6.144-18.432-15.36-23.552zM795.648 886.784c2.048 2.048 2.048 4.096 2.048 6.144 0 3.072-3.072 5.12-6.144 5.12-25.6 0-104.448-43.008-146.432-77.824-6.144-5.12-13.312-6.144-24.576-4.096-34.816 7.168-70.656 11.264-108.544 11.264-235.52 0-425.984-157.696-425.984-352.256s190.464-352.256 425.984-352.256c235.52 0 425.984 157.696 425.984 352.256 0 115.712-67.584 219.136-173.056 282.624-7.168 4.096-14.336 12.288-14.336 22.528 0 21.504 19.456 72.704 45.056 106.496z"></path>
    </symbol>
    <clippath id="icon-hipchat-logo-clip">
      <path fill="#205081" d="M-330.9,316.9c-3.1-1.8-6.1-4.7-7.4-8.8c-0.3-0.8,0-1.4,0.6-1.9c9-6.9,14.7-16.9,14.7-28.1
    c0-20.8-19.7-37.7-44.1-37.7s-44.1,16.9-44.1,37.7c0,20.8,19.7,37.7,44.1,37.7c3.2,0,6.3-0.3,9.3-0.8c0.7-0.1,1.3,0,1.8,0.3
    c6,3.7,14.4,6.7,22.8,6.7c2.5,0,3.6-1.6,3.6-3C-329.7,318-330.2,317.3-330.9,316.9z M-342.8,313.2c0.1,0.2,0.2,0.3,0.2,0.5
    c0,0.3-0.2,0.4-0.5,0.4c-2.2,0-9-3.6-12.6-6.6c-0.5-0.4-1.2-0.6-2.2-0.4c-3,0.6-6.1,1-9.4,1c-20.3,0-36.7-13.4-36.7-30
    c0-16.6,16.4-30,36.7-30c20.3,0,36.7,13.4,36.7,30c0,9.9-5.9,18.7-14.9,24.1c-0.6,0.4-1.2,1.1-1.2,1.9
    C-346.6,306-344.9,310.3-342.8,313.2z"></path>
      <path fill="#205081" d="M-344.1,288.8c0.5-0.7,1-1.5,1-2.3c0-0.9-0.8-1.7-1.8-1.7c-0.4,0-0.8,0.1-1.2,0.4c-4.4,4-12,7.4-21.1,7.5h0
    c-9.1,0-16.5-3.7-21.1-7.5c-0.3-0.2-0.8-0.4-1.2-0.4c-1.1,0-1.7,0.9-1.7,1.9c0,0.8,0.5,1.4,1,2.1c2.6,3.9,10.8,10.5,23,10.5h0.2
    C-354.9,299.4-346.7,292.7-344.1,288.8z"></path>
    </clippath>
  </defs>
</svg>

<div id="hipchat"></div>
<div class="loading-message">
  <div class="loading-outer">
    <div class="loading-inner">
      <div class="loading-pending">
        <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-423 229.6 111.8 103.4" enable-background="new -423 229.6 111.8 103.4" xml:space="preserve">
          <g id="icon-hipchat-logo">
            <path id="hipchat_smile" d="M-343.1,284.8c-9.9,11.2-24,11.2-24,11.2s-16.4-0.7-24-11.2" />
            <path id="hipchat_bubble" d="M-353.3,312.9l-3.5-2.5c-3.2,0.7-6.8,2-10.1,2c-22.5,0-40.9-15.3-40.9-34.1c0-18.8,18.3-34.1,40.9-34.1c22.5,0,40.9,15.3,40.9,34.1
            c0,10.6-8.1,20.3-18.1,26.8c0.4,1.4,1.7,4,3.1,5.8c0.7,0.9,7.6,6.5,7.6,7.6C-333.5,321-353.3,312.9-353.3,312.9z" />
          </g>
        </svg>
      </div>
      <div class="loading-failed">
        <svg version="1.0" id="atlassian-hipchat-logo" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
          viewBox="0 0 742 239.8" enable-background="new 0 0 742 239.8" xml:space="preserve">
          <g>
            <g>
              <path d="M472.1,101.5c7.5,0,17.8,1,27.6,2.7c0.8,0.2,1.7-0.1,2.4-0.6c0.7-0.5,1.2-1.3,1.3-2.1l2.1-16.4
                c0.2-1.6-0.8-3.1-2.4-3.5c-9.8-2.4-21.1-3.7-31.7-3.7c-29.5,0-44.5,12.3-44.5,36.5v54.6c0,24.2,15,36.5,44.5,36.5
                c10.6,0,21.8-1.3,31.7-3.7c1.6-0.4,2.6-1.9,2.4-3.5l-2.1-16.4c-0.1-0.9-0.6-1.6-1.3-2.1c-0.7-0.5-1.6-0.7-2.4-0.6
                c-9.8,1.7-20.1,2.7-27.6,2.7c-14.6,0-19.6-4.3-19.6-17v-46.6C452.5,105.8,457.4,101.5,472.1,101.5"/>
              <path d="M278.6,79.8h-19.3c-1.7,0-3.1,1.4-3.1,3.2v46.7h-42.3V83c0-1.8-1.4-3.2-3.2-3.2h-19.3
                c-1.7,0-3.2,1.4-3.2,3.2v117.6c0,1.7,1.4,3.2,3.2,3.2h19.3c1.7,0,3.2-1.4,3.2-3.2v-48h42.3v48c0,1.7,1.4,3.2,3.1,3.2h19.3
                c1.7,0,3.2-1.4,3.2-3.2V83C281.7,81.2,280.3,79.8,278.6,79.8"/>
              <path d="M638,110.6c-9.4,0-20.9,1.5-29.2,3.8c-1.6,0.4-2.5,2-2.3,3.6l2.2,13.5c0.1,0.8,0.6,1.6,1.3,2.1
                c0.7,0.5,1.6,0.7,2.4,0.5c7.7-1.5,15.7-2.3,22.5-2.3c13.4,0,15.6,2.8,15.6,11.9v7.9h-19.9c-19.1,0-27.2,7.9-27.2,26.3
                c0,17.6,8.9,27.7,24.5,27.7c9,0,18-2.5,25.6-7.1l0.8,2.9c0.4,1.4,1.6,2.3,3,2.3h15c1.7,0,3.1-1.4,3.1-3.2V144
                C675.4,119.6,665.2,110.6,638,110.6 M650.5,170.3v11c-3.1,1.6-8.7,4-15.4,4c-5.8,0-7.6-1.8-7.6-7.6c0-5.6,1.1-7.4,7.9-7.4H650.5z"
                />
              <path d="M739.9,185.6c-0.1-0.9-0.6-1.7-1.4-2.2c-0.7-0.5-1.6-0.6-2.5-0.4c-3.3,0.8-6.4,1.3-8.9,1.3
                c-4.6,0-6.6-2-6.6-6.5v-45.1h18.1c1.7,0,3.1-1.4,3.1-3.1v-14.1c0-1.7-1.4-3.1-3.1-3.1h-18.1V90.7c0-0.9-0.4-1.8-1.1-2.4
                c-0.7-0.6-1.6-0.9-2.5-0.7l-18.6,2.6c-1.6,0.2-2.7,1.5-2.7,3.1v19.1h-10.1c-1.7,0-3.1,1.4-3.1,3.1v14.1c0,1.7,1.4,3.1,3.1,3.1
                h10.1v48c0,16.5,8.7,24.8,25.7,24.8c4.9,0,13.1-1.1,18.5-3c1.4-0.5,2.3-1.9,2.1-3.4L739.9,185.6z"/>
              <path d="M319,112.4h-18.6c-1.7,0-3.1,1.4-3.1,3.1v85c0,1.7,1.4,3.2,3.1,3.2H319c1.7,0,3.2-1.4,3.2-3.2v-85
                C322.2,113.8,320.8,112.4,319,112.4"/>
              <path d="M319,76.3h-18.6c-1.7,0-3.1,1.4-3.1,3.1v18.5c0,1.7,1.4,3.1,3.1,3.1H319c1.7,0,3.2-1.4,3.2-3.1V79.4
                C322.2,77.7,320.8,76.3,319,76.3"/>
              <path d="M319,112.4h-18.6c-1.7,0-3.1,1.4-3.1,3.1v85c0,1.7,1.4,3.2,3.1,3.2H319c1.7,0,3.2-1.4,3.2-3.2v-85
                C322.2,113.8,320.8,112.4,319,112.4"/>
              <path d="M385.4,110.6c-9.9,0-18.8,2.8-27.3,8.4l-1.3-4.4c-0.4-1.3-1.6-2.2-3-2.2h-14.5c-1.7,0-3.2,1.4-3.2,3.1
                v121.1c0,1.7,1.4,3.1,3.2,3.1h18.6c1.7,0,3.1-1.4,3.1-3.1v-33.4c7.3,1.4,15.5,2.3,22.3,2.3c20.3,0,30.7-11,30.7-32.6v-30.2
                C414.1,116.2,398.5,110.6,385.4,110.6 M389.2,142.1v31.3c0,7.5-2.7,10.5-9.8,10.5c-7.1,0-14.6-1.3-18.3-2.1v-42.4
                c4.1-3.6,11.4-7.3,18.5-7.3C386.5,132.2,389.2,135,389.2,142.1"/>
              <path d="M572.1,110.6c-9.1,0-21.3,3.1-31.1,7.7V79.4c0-1.8-1.4-3.2-3.1-3.2h-18.6c-1.7,0-3.2,1.4-3.2,3.2v121.2
                c0,1.7,1.4,3.1,3.2,3.1h18.6c1.7,0,3.1-1.4,3.1-3.1v-58.9c6.7-3.4,16.1-6.9,21.8-6.9c4.2,0,5.7,1.6,5.7,5.8v60.1
                c0,1.7,1.4,3.1,3.2,3.1h18.6c1.7,0,3.1-1.4,3.1-3.1v-62.5C593.5,119.9,586.3,110.6,572.1,110.6"/>
            </g>
            <g>
              <path d="M215.3,1.8c-0.2-0.5-0.6-0.8-1.1-0.8h-11c-0.5,0-1,0.3-1.1,0.8l-13.9,43.9c-0.1,0.4,0,0.7,0.2,1
                c0.2,0.3,0.6,0.5,0.9,0.5h7.6c0.5,0,1-0.3,1.1-0.8l9.5-32.3c0,0,0.3-0.8,1.1-0.8c0.9,0,1.1,0.8,1.1,0.8l4.4,15.3h-5.9
                c-0.5,0-1,0.4-1.1,0.9l-1.7,6.1c-0.1,0.4,0,0.7,0.2,1c0.2,0.3,0.6,0.5,0.9,0.5h10.1l2.7,8.5c0.2,0.5,0.6,0.8,1.1,0.8h7.6
                c0.4,0,0.7-0.2,0.9-0.5c0.2-0.3,0.3-0.7,0.2-1L215.3,1.8z"/>
              <path d="M248.3,40.4c-0.1-0.3-0.2-0.6-0.5-0.8c-0.3-0.2-0.6-0.2-0.9-0.2c-1.2,0.3-2.4,0.5-3.3,0.5
                c-1.7,0-2.5-0.7-2.5-2.4V20.7h6.8c0.6,0,1.2-0.5,1.2-1.2v-5.2c0-0.7-0.5-1.2-1.2-1.2H241V5c0-0.3-0.2-0.7-0.4-0.9
                c-0.3-0.2-0.6-0.3-0.9-0.3l-6.9,1c-0.6,0.1-1,0.6-1,1.2v7.1h-3.8c-0.7,0-1.2,0.5-1.2,1.2v5.2c0,0.6,0.5,1.2,1.2,1.2h3.8v17.9
                c0,6.2,3.2,9.3,9.6,9.3c1.8,0,4.9-0.4,6.9-1.1c0.5-0.2,0.9-0.7,0.8-1.3L248.3,40.4z"/>
              <path d="M261.1,0h-6.9c-0.6,0-1.2,0.5-1.2,1.2V46c0,0.6,0.5,1.2,1.2,1.2h6.9c0.6,0,1.2-0.5,1.2-1.2V1.2
                C262.3,0.5,261.8,0,261.1,0"/>
              <path d="M279,12.4c-3.5,0-7.8,0.6-10.9,1.4c-0.6,0.2-0.9,0.7-0.8,1.3l0.8,5c0,0.3,0.2,0.6,0.5,0.8
                c0.3,0.2,0.6,0.3,0.9,0.2c2.9-0.6,5.9-0.9,8.4-0.9c5,0,5.8,1.1,5.8,4.5v3h-7.5c-7.1,0-10.2,2.9-10.2,9.8c0,6.6,3.3,10.4,9.1,10.4
                c3.4,0,6.7-0.9,9.5-2.6l0.3,1.1c0.1,0.5,0.6,0.9,1.1,0.9h5.6c0.6,0,1.2-0.5,1.2-1.2V24.9C293,15.8,289.2,12.4,279,12.4
                 M283.7,34.7v4.1c-1.2,0.6-3.2,1.5-5.7,1.5c-2.2,0-2.8-0.7-2.8-2.8c0-2.1,0.4-2.8,3-2.8H283.7z"/>
              <path d="M310.4,26.1c-4.3-1.1-4.3-1.2-4.3-3.5c0-1.6,0.2-2.4,3.7-2.4c2.4,0,6,0.4,8.3,0.8c0.3,0.1,0.6,0,0.9-0.2
                c0.3-0.2,0.4-0.5,0.5-0.8l0.7-5.3c0.1-0.6-0.3-1.2-0.9-1.3c-2.7-0.6-6.4-1-9.5-1c-10.7,0-12.9,4-12.9,10.1c0,6.7,1.2,8.9,9.4,10.9
                c5.4,1.3,5.4,2.3,5.4,3.9c0,2.1-0.2,2.8-3.7,2.8c-2.8,0-6.1-0.4-9-1.2c-0.3-0.1-0.7,0-0.9,0.1c-0.3,0.2-0.5,0.5-0.5,0.8l-0.9,5
                c-0.1,0.6,0.2,1.1,0.8,1.3c3.2,1,7.7,1.7,11,1.7c10.3,0,12.5-4.3,12.5-10.8C320.9,29.9,319.6,28.6,310.4,26.1"/>
              <path d="M337.2,26.1c-4.3-1.1-4.3-1.2-4.3-3.5c0-1.6,0.2-2.4,3.7-2.4c2.4,0,6,0.4,8.3,0.8c0.3,0.1,0.7,0,0.9-0.2
                c0.3-0.2,0.4-0.5,0.5-0.8l0.7-5.3c0.1-0.6-0.3-1.2-0.9-1.3c-2.7-0.6-6.4-1-9.5-1c-10.7,0-12.9,4-12.9,10.1c0,6.7,1.2,8.9,9.4,10.9
                c5.4,1.3,5.4,2.3,5.4,3.9c0,2.1-0.2,2.8-3.7,2.8c-2.8,0-6.1-0.4-9-1.2c-0.3-0.1-0.7,0-0.9,0.1c-0.3,0.2-0.5,0.5-0.5,0.8l-0.9,5
                c-0.1,0.6,0.2,1.1,0.8,1.3c3.2,1,7.7,1.7,11,1.7c10.3,0,12.5-4.3,12.5-10.8C347.7,29.9,346.4,28.6,337.2,26.1"/>
              <path d="M359.7,0h-6.9c-0.7,0-1.2,0.5-1.2,1.2v6.2c0,0.7,0.5,1.2,1.2,1.2h6.9c0.6,0,1.2-0.5,1.2-1.2V1.2
                C360.9,0.5,360.3,0,359.7,0"/>
              <path d="M359.7,13.1h-6.9c-0.7,0-1.2,0.5-1.2,1.2V46c0,0.6,0.5,1.2,1.2,1.2h6.9c0.6,0,1.2-0.5,1.2-1.2V14.3
                C360.9,13.6,360.3,13.1,359.7,13.1"/>
              <path d="M377.7,12.4c-3.5,0-7.8,0.6-10.9,1.4c-0.6,0.2-0.9,0.7-0.8,1.3l0.8,5c0.1,0.3,0.2,0.6,0.5,0.8
                c0.3,0.2,0.6,0.3,0.9,0.2c2.9-0.6,5.9-0.9,8.4-0.9c5,0,5.8,1.1,5.8,4.5v3H375c-7.1,0-10.2,2.9-10.2,9.8c0,6.6,3.3,10.4,9.1,10.4
                c3.4,0,6.7-0.9,9.5-2.6l0.3,1.1c0.1,0.5,0.6,0.9,1.1,0.9h5.6c0.6,0,1.2-0.5,1.2-1.2V24.9C391.7,15.8,387.9,12.4,377.7,12.4
                 M382.4,34.7v4.1c-1.2,0.6-3.2,1.5-5.7,1.5c-2.2,0-2.8-0.7-2.8-2.8c0-2.1,0.4-2.8,3-2.8H382.4z"/>
              <path d="M417.4,12.4c-3.7,0-8.7,1.3-12.9,3.3L404,14c-0.1-0.5-0.6-0.9-1.1-0.9h-5.1c-0.6,0-1.2,0.5-1.2,1.2V46
                c0,0.6,0.5,1.2,1.2,1.2h7c0.6,0,1.2-0.5,1.2-1.2V24c2.5-1.3,6-2.6,8.1-2.6c1.6,0,2.1,0.6,2.1,2.1V46c0,0.6,0.5,1.2,1.2,1.2h6.9
                c0.7,0,1.2-0.5,1.2-1.2V22.7C425.4,15.9,422.7,12.4,417.4,12.4"/>
            </g>
            <g>
              <path d="M127.2,157.7c0-1.7-1.4-3.3-3.3-3.3c-0.8,0-1.5,0.3-2.2,0.8c-8.3,7.4-22.4,14-39.4,14.1h-0.1
                c-17,0-30.7-6.9-39.4-14.1c-0.6-0.5-1.6-0.8-2.2-0.8c-2,0-3.2,1.7-3.2,3.6c0,1.5,1,2.7,1.9,4c4.9,7.3,20.1,19.8,42.9,19.8h0.4
                c22.8,0,38-12.5,42.9-19.8C126.1,160.8,127.2,159.1,127.2,157.7z"/>
              <path d="M149.8,214.8c-5.8-3.3-11.3-8.9-13.8-16.6c-0.5-1.5-0.1-2.7,1.1-3.6c16.8-13,27.4-31.9,27.4-52.9
                c0-39.2-36.8-70.9-82.2-70.9C36.8,70.9,0,102.6,0,141.8c0,39.2,36.8,71,82.2,71c5.9,0,11.7-0.5,17.3-1.6c1.4-0.3,2.5,0.1,3.4,0.6
                c11.3,6.9,28,12.7,42.7,12.7c4.7,0,6.6-3,6.6-5.7C152.2,217,151.2,215.7,149.8,214.8z M127.8,208c0.3,0.3,0.4,0.6,0.4,1
                c0,0.5-0.5,0.8-1,0.8c-4.1,0-16.8-6.8-23.5-12.5c-0.9-0.8-2.2-1.1-4-0.7c-5.6,1.2-11.4,1.9-17.5,1.9c-37.8,0-68.5-25.3-68.5-56.5
                c0-31.2,30.6-56.5,68.5-56.5c37.8,0,68.4,25.3,68.4,56.5c0,18.6-10.9,35.1-27.7,45.4c-1.1,0.7-2.3,2-2.3,3.6
                C120.6,194.3,123.7,202.5,127.8,208z"/>
            </g>
          </g>
        </svg>
      </div>
    </div>
  </div>
  <p>&nbsp;</p>
</div>

<script>
  window.resolution = ("devicePixelRatio" in window ? devicePixelRatio : 1);
  window.assetBaseUri = "./";
  window.ENV = null;
  window.VERSION_ID = null;
</script>

<script src="config-base.js"></script>
<script src="config-windows.js"></script>
<script src="config-linux.js"></script>
<script src="config-mac.js"></script>

<script src="../localweb/preload.js"></script>
<script src="../localweb/libs/libs.min.js"></script>
<script src="vendor/raven-1.1.16.min.js"></script>
<script src="main.js"></script>
<script src="../localweb/hipchat-client.js"></script>
</body>
</html>