-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfile_header.txt
115 lines (97 loc) · 2.98 KB
/
file_header.txt
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=0.7" />
<meta name="Keywords" content="apps,applications,Android,HTML,Web development,tutorials,programming,training,learning,examples,source code,colors,demos,tips,template,templates" />
<meta name="Description" content="A List of Installed Applications" />
<title>The Enumeration Page of Installed Applications</title>
<style>
body {
font-family: Calibri, "Lucida Sans", Helvetica, sans-serif;
}
li {
padding: 7px;
}
table,
th,
td {
border: 0px solid black;
border-collapse: collapse;
}
table.main th {
text-align: left;
color: black;
font-weight: bold;
padding: 14px;
}
table.main td {
text-align: left;
color: black;
font-weight: normal;
padding: 14px;
}
table.main tr:nth-child(even) {
background-color: white;
}
table.main tr:nth-child(odd) {
background-color: #cccccc;
}
table.stats th {
border: 0px solid black;
background-color: white;
color: black;
text-align: left;
width: 120px;
padding: 2px;
}
table.stats td {
border: 0px solid black;
background-color: white;
color: black;
text-align: left;
}
.right_pane_footer {
text-align: right;
font-size: 80%;
}
.right_pane {
text-align: right;
font-size: 80%;
margin-top: 6em;
margin-bottom: 4em;
}
.filter-type {
border-bottom: 0px dotted #343434;
}
.show_more {
width: 95%;
margin-bottom: 14px;
overflow-y: scroll;
border: none;
visibility: visible;
}
#filter {
display: none
}
#filter:checked + .show_more {
visibility: visible;
}
</style>
</head>
<!-- Start content -->
<body>
<h1 id="top" style="font-family: Gill Sans, sans-serif;">Installed Apps</h1>
<table class="stats">
<tr>
<th>Generated:</th>
<td>${now}</td>
</tr>
<tr>
<th>Total:</th>
<td>${count} apps</td>
</tr>
</table>
<p class="right_pane_footer"><a href="#bottom">↓ Bottom ↓</a></p>
<p>To see the code in action, a real-time Online HTML Editor can be found at: <a href="http://htmledit.squarefree.com/">http://htmledit.squarefree.com/</a></p>
<ol style="margin-top:6em; margin-bottom:4em">