-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (60 loc) · 3.11 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
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Linux IMQ - Intermediate Queueing Device</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/imq.css" rel="stylesheet">
<link href="css/font-awesome.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300|Bree+Serif" rel="stylesheet" type="text/css">
<!--[if IE]>
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:600italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:700italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:600" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Bree+Serif:400" rel="stylesheet" type="text/css">
<![endif]-->
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" href="css/font-awesome-ie7.css">
<![endif]-->
</head>
<body>
<header class="masthead">
<div class="container">
<a href="https://github.com/imq/linuximq/" id="brand">LinuxIMQ website</a>
<h1 class="font-bree-serif">Linux IMQ - Intermediate Queueing Device</h1>
<p class="font-open-sans-normal">IMQ enables you to use egress qdiscs for real ingress shaping.</p>
<p class="jumbo">
<a href="https://github.com/imq/linuximq/wiki" class="btn btn-inverse btn-large font-open-sans-normal"><strong>Documentation and FAQ</strong></a>
<a href="https://github.com/imq/linuximq/tree/master/kernel" class="btn btn-success btn-large font-open-sans-normal"><strong>Kernel Patch </strong></a>
<a href="https://github.com/imq/linuximq/tree/master/iptables" class="btn btn-success btn-large font-open-sans-normal"><strong>IPtables Patch </strong></a>
</p>
</div>
</header>
<footer>
<div class="container">
<div class="row">
<div class="span12">
<p style="text-align: center;">© imq.github.com 2004-2020 | Hosted at <a href="https://github.com/imq/linuximq">GitHub</p>
</div>
<div class="span2 offset4">
</div>
</div>
</div>
</footer>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/respond.js"></script>
</body>
</html>