-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathandroid.html
More file actions
28 lines (20 loc) · 784 Bytes
/
android.html
File metadata and controls
28 lines (20 loc) · 784 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
<!DOCTYPE html>
<html>
<div id = 'header'></div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p>
We have created android apps which you can check out <a href = "https://play.google.com/store/apps/developer?id=RM+LABS">here </a> These apps present random video content to users and one app is an aggregation of all newspaper sites for mobile.
</p>
<p>
<a href = "https://play.google.com/store/apps/developer?id=RM+LABS"><img width="800px" height="600px" src="images/rmlabs.png"></a>
</section>
</p>
</div>
</html>
<script src="javascripts/jquery-1.8.3.min.js"></script>
<script>
$("#header").load("header.html");
$("#footer").load("footer.html");
</script>