Skip to content

Commit f373c73

Browse files
committed
2
1 parent 68d4327 commit f373c73

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+28560
-0
lines changed

404.html

+119
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2+
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4+
<head>
5+
<title>The page is not found</title>
6+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7+
<style type="text/css">
8+
/*<![CDATA[*/
9+
body {
10+
background-color: #fff;
11+
color: #000;
12+
font-size: 0.9em;
13+
font-family: sans-serif,helvetica;
14+
margin: 0;
15+
padding: 0;
16+
}
17+
:link {
18+
color: #c00;
19+
}
20+
:visited {
21+
color: #c00;
22+
}
23+
a:hover {
24+
color: #f50;
25+
}
26+
h1 {
27+
text-align: center;
28+
margin: 0;
29+
padding: 0.6em 2em 0.4em;
30+
background-color: #294172;
31+
color: #fff;
32+
font-weight: normal;
33+
font-size: 1.75em;
34+
border-bottom: 2px solid #000;
35+
}
36+
h1 strong {
37+
font-weight: bold;
38+
font-size: 1.5em;
39+
}
40+
h2 {
41+
text-align: center;
42+
background-color: #3C6EB4;
43+
font-size: 1.1em;
44+
font-weight: bold;
45+
color: #fff;
46+
margin: 0;
47+
padding: 0.5em;
48+
border-bottom: 2px solid #294172;
49+
}
50+
h3 {
51+
text-align: center;
52+
background-color: #ff0000;
53+
padding: 0.5em;
54+
color: #fff;
55+
}
56+
hr {
57+
display: none;
58+
}
59+
.content {
60+
padding: 1em 5em;
61+
}
62+
.alert {
63+
border: 2px solid #000;
64+
}
65+
66+
img {
67+
border: 2px solid #fff;
68+
padding: 2px;
69+
margin: 2px;
70+
}
71+
a:hover img {
72+
border: 2px solid #294172;
73+
}
74+
.logos {
75+
margin: 1em;
76+
text-align: center;
77+
}
78+
/*]]>*/
79+
</style>
80+
</head>
81+
82+
<body>
83+
<h1><strong>nginx error!</strong></h1>
84+
85+
<div class="content">
86+
87+
<h3>The page you are looking for is not found.</h3>
88+
89+
<div class="alert">
90+
<h2>Website Administrator</h2>
91+
<div class="content">
92+
<p>Something has triggered missing webpage on your
93+
website. This is the default 404 error page for
94+
<strong>nginx</strong> that is distributed with
95+
Fedora. It is located
96+
<tt>/usr/share/nginx/html/404.html</tt></p>
97+
98+
<p>You should customize this error page for your own
99+
site or edit the <tt>error_page</tt> directive in
100+
the <strong>nginx</strong> configuration file
101+
<tt>/etc/nginx/nginx.conf</tt>.</p>
102+
103+
</div>
104+
</div>
105+
106+
<div class="logos">
107+
<a href="http://nginx.net/"><img
108+
src="/nginx-logo.png"
109+
alt="[ Powered by nginx ]"
110+
width="121" height="32" /></a>
111+
112+
<a href="http://fedoraproject.org/"><img
113+
src="/poweredby.png"
114+
alt="[ Powered by Fedora ]"
115+
width="88" height="31" /></a>
116+
</div>
117+
</div>
118+
</body>
119+
</html>

50x.html

+119
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2+
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4+
<head>
5+
<title>The page is temporarily unavailable</title>
6+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7+
<style type="text/css">
8+
/*<![CDATA[*/
9+
body {
10+
background-color: #fff;
11+
color: #000;
12+
font-size: 0.9em;
13+
font-family: sans-serif,helvetica;
14+
margin: 0;
15+
padding: 0;
16+
}
17+
:link {
18+
color: #c00;
19+
}
20+
:visited {
21+
color: #c00;
22+
}
23+
a:hover {
24+
color: #f50;
25+
}
26+
h1 {
27+
text-align: center;
28+
margin: 0;
29+
padding: 0.6em 2em 0.4em;
30+
background-color: #294172;
31+
color: #fff;
32+
font-weight: normal;
33+
font-size: 1.75em;
34+
border-bottom: 2px solid #000;
35+
}
36+
h1 strong {
37+
font-weight: bold;
38+
font-size: 1.5em;
39+
}
40+
h2 {
41+
text-align: center;
42+
background-color: #3C6EB4;
43+
font-size: 1.1em;
44+
font-weight: bold;
45+
color: #fff;
46+
margin: 0;
47+
padding: 0.5em;
48+
border-bottom: 2px solid #294172;
49+
}
50+
h3 {
51+
text-align: center;
52+
background-color: #ff0000;
53+
padding: 0.5em;
54+
color: #fff;
55+
}
56+
hr {
57+
display: none;
58+
}
59+
.content {
60+
padding: 1em 5em;
61+
}
62+
.alert {
63+
border: 2px solid #000;
64+
}
65+
66+
img {
67+
border: 2px solid #fff;
68+
padding: 2px;
69+
margin: 2px;
70+
}
71+
a:hover img {
72+
border: 2px solid #294172;
73+
}
74+
.logos {
75+
margin: 1em;
76+
text-align: center;
77+
}
78+
/*]]>*/
79+
</style>
80+
</head>
81+
82+
<body>
83+
<h1><strong>nginx error!</strong></h1>
84+
85+
<div class="content">
86+
87+
<h3>The page you are looking for is temporarily unavailable. Please try again later.</h3>
88+
89+
<div class="alert">
90+
<h2>Website Administrator</h2>
91+
<div class="content">
92+
<p>Something has triggered an error on your
93+
website. This is the default error page for
94+
<strong>nginx</strong> that is distributed with
95+
Fedora. It is located
96+
<tt>/usr/share/nginx/html/50x.html</tt></p>
97+
98+
<p>You should customize this error page for your own
99+
site or edit the <tt>error_page</tt> directive in
100+
the <strong>nginx</strong> configuration file
101+
<tt>/etc/nginx/nginx.conf</tt>.</p>
102+
103+
</div>
104+
</div>
105+
106+
<div class="logos">
107+
<a href="http://nginx.net/"><img
108+
src="/nginx-logo.png"
109+
alt="[ Powered by nginx ]"
110+
width="121" height="32" /></a>
111+
112+
<a href="http://fedoraproject.org/"><img
113+
src="/poweredby.png"
114+
alt="[ Powered by Fedora ]"
115+
width="88" height="31" /></a>
116+
</div>
117+
</div>
118+
</body>
119+
</html>

README.md

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# Getting Started with Create React App
2+
3+
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
4+
5+
## Available Scripts
6+
7+
In the project directory, you can run:
8+
9+
### `npm start`
10+
11+
Runs the app in the development mode.\
12+
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
13+
14+
The page will reload when you make changes.\
15+
You may also see any lint errors in the console.
16+
17+
### `npm test`
18+
19+
Launches the test runner in the interactive watch mode.\
20+
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
21+
22+
### `npm run build`
23+
24+
Builds the app for production to the `build` folder.\
25+
It correctly bundles React in production mode and optimizes the build for the best performance.
26+
27+
The build is minified and the filenames include the hashes.\
28+
Your app is ready to be deployed!
29+
30+
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
31+
32+
### `npm run eject`
33+
34+
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
35+
36+
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
37+
38+
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
39+
40+
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
41+
42+
## Learn More
43+
44+
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
45+
46+
To learn React, check out the [React documentation](https://reactjs.org/).
47+
48+
### Code Splitting
49+
50+
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
51+
52+
### Analyzing the Bundle Size
53+
54+
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
55+
56+
### Making a Progressive Web App
57+
58+
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
59+
60+
### Advanced Configuration
61+
62+
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
63+
64+
### Deployment
65+
66+
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
67+
68+
### `npm run build` fails to minify
69+
70+
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)

nginx-logo.png

368 Bytes
Loading

0 commit comments

Comments
 (0)