This repository has been archived by the owner on Sep 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.php
55 lines (50 loc) · 2.44 KB
/
index.php
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
<!doctype html>
<html lang="de-DE">
<head>
<link href="//fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="assets/css/style.css" />
<meta charset="UTF-8">
<title>Image Colors</title>
</head>
<body>
<div class="cover">
<img src="" alt="Cover-Preview" />
<div class="no-cover">Drop cover</div>
</div>
<div class="track-listing">
<h2>L. Frank Baum – “The Wizard Of Oz”</h2>
<p>When she had finished her meal, and was about to go back to the road of yellow brick, she was startled to hear a deep groan near by.</p>
<p>"What was that?" she asked timidly.</p>
<p>"I cannot imagine," replied the Scarecrow; "but we can go and see."</p>
<p>Just then another groan reached their ears, and the sound seemed to come from behind them. They turned and walked through the forest a few steps, when Dorothy discovered something shining in a ray of sunshine that fell between the trees. She ran to the place and then stopped short, with a little cry of surprise.</p>
<p>One of the big trees had been partly chopped through, and standing beside it, with an uplifted axe in his hands, was a man made entirely of tin. His head and arms and legs were jointed upon his body, but he stood perfectly motionless, as if he could not stir at all.</p>
</div>
<div class="metrics">
<h2>Statistics</h2>
<table>
<tr>
<th>Analyzation Duration</th>
<td class="duration"></td>
</tr>
<tr>
<th>Memory Usage</th>
<td class="memory"></td>
</tr>
<tr>
<th>Memory Usage (real)</th>
<td class="memory_real"></td>
</tr>
<tr>
<th>Memory Peak Usage</th>
<td class="memory_peak"></td>
</tr>
<tr>
<th>Memory Peak Usage (real)</th>
<td class="memory_peak_real"></td>
</tr>
</table>
</div>
<script type="text/javascript" src="//code.jquery.com/jquery-2.0.0.min.js"></script>
<script type="text/javascript" src="assets/js/upload.js"></script>
</body>
</html>