forked from beta-decay/beta-decay.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyelper.html
26 lines (26 loc) · 969 Bytes
/
yelper.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
<!DOCTYPE html>
<html>
<head>
<title>Yelper App</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<style>
body {
padding-left: 2em;
background-color: #FFAAAA;
}
</style>
</head>
<body>
<h1><a href="https://apps.getpebble.com/en_US/application/595a5946b67f9f9e8100187e">Yelper</a> for Pebble</h1>
<h2>Screenshots</h2>
<img src="./img/ss1.png" style="border: 1px solid black" />
<img src="./img/ss2.png" style="border: 1px solid black" />
<br/>
<img src="./img/ss3.png" style="border: 1px solid black" />
<img src="./img/ss4.png" style="border: 1px solid black" />
<br/>
<img src="./img/ss5.png" style="border: 1px solid black" />
<br/>
</body>
</html>