Skip to content

Commit c0ab95c

Browse files
committed
Initial commit
I've copied some basic styling, including fonts, from https://rubycentral.org/.
0 parents  commit c0ab95c

2 files changed

Lines changed: 54 additions & 0 deletions

File tree

404.html

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>RubyForge - Page not found</title>
5+
<style type="text/css">
6+
@font-face {
7+
font-family: "Rubik";
8+
src: url("https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFV0U1.woff2") format("woff2");
9+
font-style: normal;
10+
font-weight: 400;
11+
font-display: swap;
12+
unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
13+
}
14+
@font-face {
15+
font-family: Inter;
16+
src: url("https://rsms.me/inter/font-files/Inter-Regular.woff2?v=4.0") format("woff2");
17+
font-style: normal;
18+
font-weight: 400;
19+
font-display: swap;
20+
}
21+
html {
22+
margin: 0 auto;
23+
max-width: 900px;
24+
}
25+
body {
26+
background: linear-gradient(0deg,#fffdf9 0,#fffdfd);
27+
}
28+
h1 {
29+
font-family: "Rubik", sans-serif;
30+
text-align: center;
31+
font-weight: 600;
32+
font-size: 48px;
33+
letter-spacing: -2px;
34+
color: #3b3e44;
35+
}
36+
p {
37+
font-family: "Inter", sans-serif;
38+
font-size: 24px;
39+
color: #3b3e44;
40+
line-height: 1.5;
41+
}
42+
</style>
43+
</head>
44+
<body>
45+
<h1>404 - Page not found</h1>
46+
<p>
47+
You've followed a link to an old rubyforge.org URL that we don't know what to do with.
48+
If you know where it should go please <a href="https://github.com/freerange/rubyforge-redirects/issues/new">open an issue</a> including the URL of this page and the new URL of this project.
49+
See the <a href="https://github.com/freerange/rubyforge-redirects/blob/main/README.md">project README</a> for more information.
50+
Thank you!
51+
</p>
52+
</body>
53+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
redirects-origin.rubyforgery.org

0 commit comments

Comments
 (0)