-
Notifications
You must be signed in to change notification settings - Fork 0
/
indexs.html
45 lines (45 loc) · 1.36 KB
/
indexs.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
<!DOCTYPE html>
<html>
<head>
<title>Hello, world!</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
<style>
body{
padding-top:50px;
text-align: center;
color: #333;
font-size: 16px;
line-height: 1.5;
}
.glyphicon{
font-size: 200px;
}
</style>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class='container'>
<div class="row">
<div class="col-md-4 col-md-offset-4">
<span class="glyphicon glyphicon-bullhorn"></span>
<h1>Hello, world!</h1>
<div class='well'>
<p>We're still asleep. Wake us up!</p>
Drop up as an email for your whisper or inquiry.<br />
<a class='btn btn-success btn-block' href="mailto:[email protected]?subject=Wake up dude!" target="_blank">
<strong>
hello [at] plummy.web.id
</strong>
</a>
</div>
</div>
</div>
</body>
</html>