-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (66 loc) · 2.15 KB
/
index.html
File metadata and controls
75 lines (66 loc) · 2.15 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
74
75
<html>
<head>
<title>Mysql User Interface</title>
<link rel="stylesheet" type="text/css" href="mysqlui-page/js/libs/bootstrap/css/bootstrap.css" />
<style type="text/css">
.header {
border-bottom: 1px solid #e5e5e5;
margin:0 10px;
height: 300px;
}
.root {
margin-top: 20px;
}
body {
background: ghostWhite;
}
</style>
</head>
<body>
<div class="header">
<div class="container">
<h1>MySQL User Interface</h1>
<p class="help-inline help-block">
<h4>Ruby on Rails 3</h4>
<h4>ExtJS 3.4</h4>
<h4>MySQL 5</h4>
</p>
</div>
</div>
<div class="container root">
<h2>Features: </h2>
<ul class="thumbnails">
<li class="span4">
<a href="http://milworm.github.com/MysqlUI/mysqlui-page/images/screen1.png" class="thumbnail">
<img src="http://dummyimage.com/400x300/292929/e3e3e3&text=Typeahead" alt="">
</a>
</li>
<li class="span4">
<a href="http://milworm.github.com/MysqlUI/mysqlui-page/images/screen2.png" class="thumbnail">
<img src="http://dummyimage.com/400x300/292929/e3e3e3&text=Filtering" alt="">
</a>
</li>
<li class="span4">
<a href="http://milworm.github.com/MysqlUI/mysqlui-page/images/screen3.png" class="thumbnail">
<img src="http://dummyimage.com/400x300/292929/e3e3e3&text=MySQL Help" alt="">
</a>
</li>
<li class="span4">
<a href="http://milworm.github.com/MysqlUI/mysqlui-page/images/screen4.png" class="thumbnail">
<img src="http://dummyimage.com/400x300/292929/e3e3e3&text=Importing SQL" alt="">
</a>
</li>
<li class="span4">
<a href="http://milworm.github.com/MysqlUI/mysqlui-page/images/screen1.png" class="thumbnail">
<img src="http://dummyimage.com/400x300/292929/e3e3e3&text=Multisorting" alt="">
</a>
</li>
<li class="span4">
<a href="http://milworm.github.com/MysqlUI/mysqlui-page/images/screen1.png" class="thumbnail">
<img src="http://dummyimage.com/400x300/292929/e3e3e3&text=Stored Routines" alt="">
</a>
</li>
</ul>
</div>
</body>
</html>