forked from e621ng/e621ng
16 lines
553 B
HTML
16 lines
553 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="60">
|
|
<title>i can't take it easy ;_;</title>
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/stylesheets/default.css" title="default">
|
|
</head>
|
|
<body>
|
|
<div style="text-align: center; margin-top: 5em;">
|
|
<p style="width: 40em; margin: auto;">The server is currently overloaded.</p>
|
|
<p style="width: 40em; margin: auto;">This page will automatically refresh in one minute.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|