-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
23 lines (19 loc) · 831 Bytes
/
test.html
File metadata and controls
23 lines (19 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="IOU One allows you to record small debts and ask your friends pay back later with tasks.">
<meta name="author" content="Benny Chan @ 30/3/2016">
<link rel="icon" href="img/favicon.ico">
<title>IOU One - Pay Back Your Friends Via Tasks</title>
</head>
<body style="position: relative">
<img src="img/single-iphone.png"/>
<div style="position: absolute; top: 0px; left: 0px" >
<img width="200px" src="img/UIMockUp1.png"/>
</div>
</body>
</html>