Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrainStone/033b278b304f47d3866ff5d7b53bb3f5 to your computer and use it in GitHub Desktop.
Save BrainStone/033b278b304f47d3866ff5d7b53bb3f5 to your computer and use it in GitHub Desktop.
<!-- Polr, a minimalist URL shortening platform. Copyright (C) 2013-2016 Chaoyi Zha This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. --> <!DOCTYPE html> <html> <head> <title>CBN Link Shortener by Polr</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="csrf-token" content="BbbAL2SY4ULmADZsxLUSnKlmGwAehYzWfR7iIKww"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootswatch/3.3.6/superhero/bootstrap.min.css"> <link href="/css/base.css" rel="stylesheet"> <link href="/css/toastr.min.css" rel="stylesheet"> <link href="/css/font-awesome.min.css" rel="stylesheet"> <link rel="shortcut icon" href="favicon.ico"> </head> <body> <div class="container-fluid"> <nav role="navigation" class="navbar navbar-default navbar-fixed-top"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <!-- Output sign in/sign out buttons appropriately --> <div class="navbar-header"> <a class="navbar-brand" href="https://l.cb-net.work">CBN Link Shortener by Polr</a> </div> <ul id="navbar" class="nav navbar-collapse collapse navbar-nav" id="nbc"> <li><a href="about">About</a></li> <li class="visible-xs"><a href="https://l.cb-net.work/login">Sign In</a></li> <li class="visible-xs"><a href="https://l.cb-net.work/admin">Dashboard</a></li> </ul> <ul id="navbar" class="nav pull-right navbar-nav hidden-xs"> <li class="divider-vertical"></li> <div class='nav pull-right navbar-nav' style='color: white'> <li class='dropdown'> <a class="dropdown-toggle login-name" href="#" data-toggle="dropdown">BrainStone <strong class="caret"></strong></a> <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="dropdownMenu"> <li><a tabindex="-1" href="https://l.cb-net.work/admin">Dashboard</a></li> <li><a tabindex="-1" href="https://l.cb-net.work/admin#settings">Settings</a></li> <li><a tabindex="-1" href="https://l.cb-net.work/logout">Logout</a></li> </ul> </li> </div> </ul> </nav> </div> <div class="container"> <div class="content-div content-div-padding "> <h1>500</h1> <p>Oh dear. Something seems to have gone awry.</p> <h4>Please contact an administrator to report this issue.</h4> </div> </div> <script src='/js/constants.js'></script> <script src="/js/jquery-1.11.3.min.js"></script> <script src="/js/bootstrap.min.js"></script> <script src='/js/toastr.min.js'></script> <script src='/js/base.js'></script> <script> </script> </body> </html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment