Skip to content

Commit 0034936

Browse files
committed
Restore index.html file
1 parent bf4e5a7 commit 0034936

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed

index.html

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Joomla! Coding Standards</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="">
8+
<meta name="author" content="">
9+
10+
<!-- Le styles -->
11+
<link href="assets/css/bootstrap.css" rel="stylesheet">
12+
<link href="assets/css/manual.css" rel="stylesheet">
13+
<link rel="stylesheet" href="assets/css/themes/github.css">
14+
<style type="text/css">
15+
body {
16+
padding-top: 60px;
17+
padding-bottom: 40px;
18+
}
19+
.sidebar-nav {
20+
padding: 9px 0;
21+
}
22+
</style>
23+
24+
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
25+
26+
</head>
27+
28+
<body>
29+
30+
<div class="navbar navbar-inverse navbar-fixed-top">
31+
<div class="navbar-inner">
32+
<div class="container-fluid">
33+
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
34+
<span class="icon-bar"></span>
35+
<span class="icon-bar"></span>
36+
<span class="icon-bar"></span>
37+
</a>
38+
<a class="brand" href="#">Joomla! Platform Manual</a>
39+
</div>
40+
</div>
41+
</div>
42+
43+
<div id="main" class="container-fluid">
44+
<div class="row-fluid">
45+
<div class="span3">
46+
<div class="well sidebar-nav" id="doc-menu">
47+
</div><!--/.well -->
48+
</div><!--/span-->
49+
<div class="span9">
50+
<div id="docwin">
51+
</div>
52+
</div><!--/span-->
53+
</div><!--/row-->
54+
55+
<hr>
56+
57+
<footer>
58+
<p>The contents of this wiki are subject to copyright law and are made available under the <a href="http://docs.joomla.org/JEDL"
59+
title="Joomla! Electronic Documentation License (JEDL)">Joomla! Electronic Documentation License (JEDL)</a> unless otherwise stated.
60+
You may find the <a href="http://docs.joomla.org/JEDL/FAQ" title="JEDL Frequently Asked Questions">JEDL Frequently Asked Questions</a>
61+
useful in determining if your proposed use of this material is allowed. If you have any questions regarding licensing of this
62+
material please contact <a href="mailto:legal@opensourcematters.org" title="Email Open Source Matters">legal@opensourcematters.org</a>.
63+
If you wish to report a possible violation of the license terms for the material on this site then please contact
64+
<a href="mailto:legal@opensourcematters.org" title="Email Open Source Matters">legal@opensourcematters.org</a>.</p>
65+
</footer>
66+
67+
</div><!--/.fluid-container-->
68+
69+
<!-- Le javascript
70+
================================================== -->
71+
<!-- Placed at the end of the document so the pages load faster -->
72+
<script src="assets/js/mootools.js"></script>
73+
<script src="assets/js/marked.js"></script>
74+
<script src="assets/js/rainbow.js"></script>
75+
<script src="assets/js/language/css.js"></script>
76+
<script src="assets/js/language/generic.js"></script>
77+
<script src="assets/js/language/html.js"></script>
78+
<script src="assets/js/language/javascript.js"></script>
79+
<script src="assets/js/language/php.js"></script>
80+
<script src="assets/js/manual.js"></script>
81+
82+
</body>
83+
</html>

0 commit comments

Comments
 (0)