-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathabout.html
More file actions
73 lines (56 loc) · 3.08 KB
/
about.html
File metadata and controls
73 lines (56 loc) · 3.08 KB
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
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="EC" content="">
<link rel="icon" href="../../favicon.ico">
<title>Fluxbox Wiki</title>
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="http://www.fluxbox-wiki.github.io/jumbotron-custom.css" rel="stylesheet">
<script type="text/javascript" src="http://www.fluxbox-wiki.github.io/generated_toc.js"></script>
</head>
<body>
<div class="container theme-showcase" role="main">
<div class="header">
<ul class="nav nav-pills pull-right" style="font-size:15px">
<li><a href="http://fluxbox-wiki.github.io/index.html" >Home</a></li>
<li class="active"><a href="http://fluxbox-wiki.github.io/about.html">About</a></li>
<li><a href="http://fluxbox-wiki.github.io/contribute.html">Contribute</a></li>
<li><a href="#searchfield">Search</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Languages <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="http://fluxbox-wiki.github.io/category/howtos/en/index.html">English</a></li>
<li><a href="http://fluxbox-wiki.github.io/category/howtos/it/index.html">Italian</a></li>
<li><a href="http://fluxbox-wiki.github.io/category/howtos/de/index.html">German</a></li>
<li><a href="http://fluxbox-wiki.github.io/category/howtos/fin/index.html">Finnish</a></li>
<li><a href="http://fluxbox-wiki.github.io/category/howtos/br/index.html">Portuguese</a></li>
<li><a href="http://fluxbox-wiki.github.io/category/howtos/ko/index.html">Korean</a></li>
<li><a href="http://fluxbox-wiki.github.io/category/howtos/es/index.html">Spanish</a></li>
<li><a href="http://fluxbox-wiki.github.io/category/howtos/ru/index.html">Russian</a></li>
</ul>
</li>
<li>
</li>
</ul>
<p class="text-muted" style="font-size:30px">Fluxbox Wiki </p>
</div>
<div class="page-header">
<h1>About</h1>
</div>
<div class="alert alert-danger" role="alert">
<strong>WARNING!</strong> Page under construction.
</div>
</div> <!-- /container -->
<div class="footer">
<br>
<a name="searchfield"> <center> <iframe src="http://duckduckgo.com/search.html?width=480&site=www.fluxbox-wiki.github.io&prefill=Fluxbox Wiki&kn=1&kj=b " style="overflow:hidden;margin:0;padding:0;width:550px;height:40px;" frameborder="0"></iframe></center></a>
<br>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>