-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlandingpage.html
More file actions
29 lines (22 loc) · 942 Bytes
/
landingpage.html
File metadata and controls
29 lines (22 loc) · 942 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Bernard</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="app.css" />
</head>
<body>
<div class="ribbon">
<a href="https://github.com/bernardphp/bernard">Fork me on GitHub!</a>
</div>
<div class="container text-center">
<a class="logo logo-large" href="http://bernardphp.com">Bernard</a>
</div>
<hr />
<div class="container">
<p class="col-md-offset-1 col-md-10 lead text-center" style="font-size:40px">Helps <strong>you</strong> write distributed and service orientated systems by offloading work to the background via message queues.</p>
</div>
</body>
</html>