-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfm.html
58 lines (37 loc) · 1.3 KB
/
fm.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<style type="text/css">
body{font-size: 18pt; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
margin: 1.5em; line-height: 1.8em;}
a{font-weight: bold;}
a:hover{color: red; background-color: yellow;}
html,body {
height:100%;
width:100%;
margin:0;
}
body , body {
display:flex;
}
div {
margin:auto;
}
div h2 { text-align: center;}
@media (min-width: 1000px) {
div { width: 30%;}
}
</style>
<title>Fedi Network — some cool federated web projects</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
</head>
<body>
<div>
<h2>Things have moved.</h2>
<p>The GNU network site is no more.</p>
<p>If you're looking for GNU FM, the software that powered <a href="https://libre.fm/">Libre.fm</a> from 2009-2023, you can find the final release source code at <a href="https://github.com/foocorp/gnu-fm/releases/tag/2022-final">GitHub</a>.</p>
<p>The future of Libre.fm is the <a href="https://github.com/foocorp/hacienda">The Hacienda</a>, which will rebuild the site in modern PHP with new features.</p>
<p><a href="/">Visit the Fedi Network</a></p>
</div>
</body>
</html>