-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
38 lines (36 loc) · 1.25 KB
/
index.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
<html>
<header><title>APP NAME</title></header>
<body>
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
</style>
<table class="tg">
<tr>
<td class="tg-031e">Icon</td>
<td class="tg-031e">App name</td>
</tr>
<tr>
<td class="tg-031e" colspan="2">External link to .apk</td>
</tr>
<tr>
<td class="tg-031e" colspan="2">External link to source zip</td>
</tr>
<tr>
<td class="tg-031e" colspan="2">App Description </td>
</tr>
<tr>
<td class="tg-031e">screenshot1</td>
<td class="tg-031e">screenshot2</td>
</tr>
<tr>
<td class="tg-031e" colspan="2">External link to YouTube video</td>
</tr>
<tr>
<td class="tg-031e" colspan="2">List of external libraries and code used in this project</td>
</tr>
</table>
<p style="text-align: right;"><a href="https://www.umd.edu/web-accessibility" title="UMD Web Accessibility">Web Accessibility</a></p>
</body>
</html>