-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path413.html
30 lines (30 loc) · 1.41 KB
/
413.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Something went wrong" />
<title>Something went wrong</title>
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<!-- Bootstrap core CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<!-- Outfit font from Google Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Outfit">
<link href="/ErrorPages/assets/main.css" rel="stylesheet">
</head>
<div class="container" style="padding: 70px 0; text-align: center;">
<!-- Jumbotron -->
<div class="jumbotron">
<h1><b>Content too large</b></h1>
<p class="lead">Whatever you requested or are trying to upload is too large. <a href="https://static-help.wikiforge.net/docs/errors/413">Learn more</a>.</p>
</div>
<div class="footer" style="position: fixed; left:0px; bottom: 125px; height:30px; width:100%;">
<div class="text-center">
<p class="lead">When reporting this, please include the information below:</p>
Error 413 Request Entity Too Large
<br /><br />
</div>
</div>
</div>
</html>