forked from fedora-infra/apps.fp.o
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (51 loc) · 1.74 KB
/
index.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Fedora Apps</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link type="text/css" rel="stylesheet"
href="bootstrap/css/bootstrap.min.css" />
<link type="text/css" rel="stylesheet"
href="bootstrap/css/bootstrap-responsive.min.css" />
<link type="text/css" rel="stylesheet" href="css/site.css" />
<script language="javascript" type="text/javascript" src="js/jit/jit.js">
</script>
<script language="javascript" type="text/javascript" src="js/data.js">
</script>
<script language="javascript" type="text/javascript" src="js/graph.js">
</script>
</head>
<body onload="init();">
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<h1 class="logo-wrapper"><span class="logo">Fedora</span>apps</h1>
</div>
</div>
<div class="row-fluid">
<div class="span3">
<div id="details" class="well">
</div><!--/.well -->
</div><!--/span-->
<div class="span7">
<div class="hero-unit">
<div id="mainvis"></div>
<noscript>
<iframe name="noscript-fallback" width="100%" height="100%"
src="apps-yaml.html"></iframe>
</noscript>
</div>
</div> <!--span7-->
</div> <!-- row-fluid -->
<hr>
<footer>
<p>
©2012 - 2014 Red Hat, Inc.,
<a href="http://threebean.org">Ralph Bean</a>.
You can get the source <a href="http://github.com/fedora-infra/apps.fp.o">
from the github repo</a>.
</p>
</footer>
</div><!--/.fluid-container-->
</body>
</html>