You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
p { color:rgba(0,0,0,0.5); margin:20px0; line-height:1.6; }
21
+
22
+
ul { list-style: none; margin:25px0; padding:0; }
23
+
li { display: table-cell; font-weight: bold; width:1%; }
24
+
25
+
.logo { display: inline-block; margin-top:35px; }
26
+
.logo-img-2x { display: none; }
27
+
@media
28
+
only screen and (-webkit-min-device-pixel-ratio:2),
29
+
only screen and ( min--moz-device-pixel-ratio:2),
30
+
only screen and ( -o-min-device-pixel-ratio:2/1),
31
+
only screen and ( min-device-pixel-ratio:2),
32
+
only screen and ( min-resolution:192dpi),
33
+
only screen and ( min-resolution:2dppx) {
34
+
.logo-img-1x { display: none; }
35
+
.logo-img-2x { display: inline-block; }
36
+
}
37
+
38
+
#suggestions {
39
+
margin-top:35px;
40
+
color:#ccc;
41
+
}
42
+
#suggestionsa {
43
+
color:#666666;
44
+
font-weight:200;
45
+
font-size:14px;
46
+
margin:010px;
47
+
}
48
+
49
+
</style>
50
+
</head>
51
+
<body>
52
+
53
+
<divclass="container">
54
+
55
+
<h1>404</h1>
56
+
<p><strong>File not found</strong></p>
57
+
58
+
<p>
59
+
The site configured at this address does not
60
+
contain the requested file.
61
+
</p>
62
+
63
+
<p>
64
+
If this is your site, make sure that the filename case matches the URL.<br>
65
+
For root URLs (like <code>http://example.com/</code>) you must provide an
66
+
<code>index.html</code> file.
67
+
</p>
68
+
69
+
<p>
70
+
<ahref="https://help.github.com/pages/">Read the full documentation</a>
71
+
for more information about using <strong>GitHub Pages</strong>.
0 commit comments