Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Views/Shared/Error.cshtml @ 9604

Last change on this file since 9604 was 9604, checked in by pfleck, 11 years ago

#2063:
Set up basic webpage layout based on WebApplication branch.
Added Asp.Net MVC packages and some helper packages.
Implemented login.

File size: 286 bytes
Line 
1@model HandleErrorInfo
2
3@{
4    ViewBag.Title = "Error";
5}
6
7<hgroup class="title">
8    <h1 class="error">Error.</h1>
9    <h2 class="error">An error occurred while processing your request.</h2>
10</hgroup>
11
12<img src="http://i.imgur.com/8MCgAqB.gif" alt="something's fucky"/>
Note: See TracBrowser for help on using the repository browser.