blob: 1ed3e5ed91d893acc61b64ecfa8701a607553f15 (
plain)
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
59
60
61
62
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Fedora Free Media Form</title>
<style type="text/css" media="screen">
@import url("https://fedorapeople.org/userdefs/css/fedora.css");
@import url("https://fedorapeople.org/userdefs/css/style.css");
</style>
</head>
<body>
<div id="wrapper">
<div id="head">
<h1><a href="http://fedoraproject.org/">Fedora</a></h1>
</div>
<div id="sidebar">
<div class="nav">
<h2>Navigation</h2>
<ul>
<li><strong><a href="/">Home</a></strong></li>
</ul>
</div>
</div>
<div id="content">
<center>
<h3>Fedora Free Media Request Form</h3>
<h4><br><br> The Fedora Free Media form is temporarily CLOSED while we move our infrastructure over to Pagure.<br> Please visit our <a href = "http://fedoraproject.org/wiki/Distribution/LocalVendors">LocalVendors</a> or <a href = "http://fedoraproject.org/wiki/Distribution/OnlineVendors"> OnlineVendors</a> list. <br> They offer media at a very nominal price. <br> Thank you. </h4>
</div>
<pre>
</pre>
</div>
</div>
<div id="bottom">
<div id="footer">
<p class="disclaimer">
The Fedora Project is maintained and driven by the community and sponsored by Red Hat. This is a community maintained site. Red Hat is not responsible for content.
</p>
<ul>
<li class="first"><a href="http://fedoraproject.org/wiki/Legal">Legal</a></li>
<li><a href="http://fedoraproject.org/wiki/Legal/TrademarkGuidelines">Trademark Guidelines</a></li>
</ul>
</div>
</div>
</body>
</html>
|