.
This commit is contained in:
1
freshrss/www/freshrss/extensions/.gitignore
vendored
Normal file
1
freshrss/www/freshrss/extensions/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
[xX]*
|
||||
1
freshrss/www/freshrss/extensions/.htaccess
Normal file
1
freshrss/www/freshrss/extensions/.htaccess
Normal file
@@ -0,0 +1 @@
|
||||
Require all denied
|
||||
5
freshrss/www/freshrss/extensions/README.md
Normal file
5
freshrss/www/freshrss/extensions/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# FreshRSS third-party extensions
|
||||
|
||||
You may place custom extensions for FreshRSS in this directory.
|
||||
|
||||
You can find some extensions in our [GitHub repository](https://github.com/FreshRSS/Extensions).
|
||||
13
freshrss/www/freshrss/extensions/index.html
Normal file
13
freshrss/www/freshrss/extensions/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="Refresh" content="0; url=/" />
|
||||
<title>Redirection</title>
|
||||
<meta name="robots" content="noindex" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><a href="/">Redirection</a></p>
|
||||
</body>
|
||||
</html>
|
||||
34
freshrss/www/index.html
Normal file
34
freshrss/www/index.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to our server</title>
|
||||
<style>
|
||||
body{
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
}
|
||||
.message{
|
||||
width:330px;
|
||||
padding:20px 40px;
|
||||
margin:0 auto;
|
||||
background-color:#f9f9f9;
|
||||
border:1px solid #ddd;
|
||||
}
|
||||
center{
|
||||
margin:40px 0;
|
||||
}
|
||||
h1{
|
||||
font-size: 18px;
|
||||
line-height: 26px;
|
||||
}
|
||||
p{
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="message">
|
||||
<h1>Welcome to our server</h1>
|
||||
<p>The website is currently being setup under this address.</p>
|
||||
<p>For help and support, please contact: <a href="me@example.com">me@example.com</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user