Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
61ca1266
authored
Mar 08, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: add http 503 page
parent
cb65c285
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
cloud/static/503.html
+44
-0
No files found.
cloud/static/503.html
0 → 100644
View file @
61ca1266
<!DOCTYPE html>
<html
lang=
"hu"
>
<head>
<title>
IK Cloud
</title>
<link
href=
"https://fonts.googleapis.com/css?family=Titillium+Web&subset=latin,latin-ext"
rel=
"stylesheet"
type=
"text/css"
/>
<link
rel=
"icon"
type=
"image/png"
href=
"/static/favicon.png"
/>
<link
href=
"/static/style/style.css"
rel=
"stylesheet"
type=
"text/css"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
</head>
<body>
<div
id=
"header"
>
<h1><a
href=
"/"
>
IK Cloud
</a></h1>
</div>
<div
id=
"content"
>
<div
id=
"http-error"
>
<h1>
Karbantartás – Maintenance
</h1>
<p
lang=
"hu"
>
Az oldal ideiglenesen nem érhető el karbantartás miatt. Elnézést kérünk a kellemetlenségekért.
</p>
<p
lang=
"en"
>
The site is temporarily down for maintenance. We apologize for any inconvinience.
</p>
</div>
<div
class=
"clear"
></div>
</div>
<footer>
<a
href=
"/sites/legal/"
>
Impresszum
</a>
|
<a
href=
"/sites/policy/"
>
Szabályzat
</a>
|
<a
href=
"/sites/help/"
>
Súgó
</a>
|
<a
href=
"/sites/support/"
>
Támogatás
</a>
|
cloud
<em>
(kukac)
</em>
ik.bme.hu
</footer>
<script
type=
"text/javascript"
>
var
_gaq
=
_gaq
||
[];
_gaq
.
push
([
'_setAccount'
,
'UA-39125666-1'
]);
_gaq
.
push
([
'_trackPageview'
]);
(
function
()
{
var
ga
=
document
.
createElement
(
'script'
);
ga
.
type
=
'text/javascript'
;
ga
.
async
=
true
;
ga
.
src
=
(
'https:'
==
document
.
location
.
protocol
?
'https://ssl'
:
'http://www'
)
+
'.google-analytics.com/ga.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
ga
,
s
);
})();
</script>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment