blob: 37065fb1a5482d8d10a4c3e41df9e5f50f3e7fff (
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
|
<!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>
Please go back and fill all the fields.
</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>
|