Skip to content

Commit 922b280

Browse files
author
Till Brehm
committed
Merge branch 'master' into 'master'
create bg default index.html See merge request ispconfig/ispconfig3!842
2 parents 397dc0c + af030cc commit 922b280

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4+
<head>
5+
<title>Привет!</title>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7+
<link rel="shortcut icon" href="/favicon.ico" />
8+
<meta name="robots" content="noindex" />
9+
<style type="text/css"><!--
10+
body {
11+
color: #444444;
12+
background-color: #EEEEEE;
13+
font-family: 'Trebuchet MS', sans-serif;
14+
font-size: 80%;
15+
}
16+
h1 {}
17+
h2 { font-size: 1.2em; }
18+
#page{
19+
background-color: #FFFFFF;
20+
width: 60%;
21+
margin: 24px auto;
22+
padding: 12px;
23+
}
24+
#header{
25+
padding: 6px ;
26+
text-align: center;
27+
}
28+
.header{ background-color: #83A342; color: #FFFFFF; }
29+
#content {
30+
padding: 4px 0 24px 0;
31+
}
32+
#footer {
33+
color: #666666;
34+
background: #f9f9f9;
35+
padding: 10px 20px;
36+
border-top: 5px #efefef solid;
37+
font-size: 0.8em;
38+
text-align: center;
39+
}
40+
#footer a {
41+
color: #999999;
42+
}
43+
--></style>
44+
</head>
45+
<body>
46+
<div id="page">
47+
<div id="header" class="header">
48+
<h1>Добре дошли във <!--ADRESSE//-->вашият уеб сайт!<!--ADRESSE//--></h1>
49+
</div>
50+
<div id="content">
51+
<h2>Това е страницата по подразбиране за вашият уеб сайт.</h2>
52+
<p>Този файл може да бъде изтрит или презаписан с друг без никакъв проблем. Виждате съдържанието на файла <b>index.html</b> в <b>web</b> директорията.</p>
53+
<p>Ако имате въпроси или проблеми може да се свържете с <!--SUPPORT//-->поддръжката<!--SUPPORT//-->.</p>
54+
</div>
55+
<div id="footer">
56+
<p>Задвижван от <a href="http://www.ispconfig.org">ISPConfig</a></p>
57+
</div>
58+
</div>
59+
</body>
60+
</html>

0 commit comments

Comments
 (0)