diff options
Diffstat (limited to 'credits.html')
-rw-r--r-- | credits.html | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/credits.html b/credits.html index bbb44da6..a3d75684 100644 --- a/credits.html +++ b/credits.html | |||
@@ -30,41 +30,41 @@ POSSIBILITY OF SUCH DAMAGE. | |||
30 | </copyright> --> | 30 | </copyright> --> |
31 | <html> | 31 | <html> |
32 | 32 | ||
33 | <head lang="en"> | 33 | <head lang="en"> |
34 | <title>Ninja Credits</title> | 34 | <title>Ninja Credits</title> |
35 | 35 | ||
36 | <meta charset="utf-8"/> | 36 | <meta charset="utf-8"/> |
37 | <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> | 37 | <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> |
38 | <meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate" /> | 38 | <meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate" /> |
39 | <meta http-equiv="Pragma" content="no-store, no-cache" /> | 39 | <meta http-equiv="Pragma" content="no-store, no-cache" /> |
40 | <meta http-equiv="Expires" content="0" /> | 40 | <meta http-equiv="Expires" content="0" /> |
41 | 41 | ||
42 | <link rel="icon" href="images/favicon.png" sizes="16x16"> | 42 | <link rel="icon" href="images/favicon.png" sizes="16x16"> |
43 | 43 | ||
44 | <style type="text/css"> | 44 | <style type="text/css"> |
45 | html, body | 45 | html, body |
46 | { | 46 | { |
47 | width: 98%; | 47 | width: 98%; |
48 | height: 98%; | 48 | height: 98%; |
49 | overflow: hidden; | 49 | overflow: hidden; |
50 | background: white; | 50 | background: white; |
51 | margin: 0; | 51 | margin: 0; |
52 | padding: 0; | 52 | padding: 0; |
53 | color: black; | 53 | color: black; |
54 | text-align: left; | 54 | text-align: left; |
55 | font-family: Arial; | 55 | font-family: Arial; |
56 | margin: 1%; | 56 | margin: 1%; |
57 | } | 57 | } |
58 | 58 | ||
59 | ul | 59 | ul |
60 | { | 60 | { |
61 | margin-top: -2px; | 61 | margin-top: -2px; |
62 | margin-left: -9px; | 62 | margin-left: -9px; |
63 | } | 63 | } |
64 | </style> | 64 | </style> |
65 | </head> | 65 | </head> |
66 | 66 | ||
67 | <body> | 67 | <body> |
68 | <h2>Motorola Mobility, Inc. Ninja Third Party Credits</h2> | 68 | <h2>Motorola Mobility, Inc. Ninja Third Party Credits</h2> |
69 | <div> | 69 | <div> |
70 | Dotted stroke drawing from Gavin Kistner | 70 | Dotted stroke drawing from Gavin Kistner |
@@ -128,5 +128,5 @@ POSSIBILITY OF SUCH DAMAGE. | |||
128 | <li>License: <a href="https://github.com/einars/js-beautify/blob/master/license.txt" target="_blank">https://github.com/einars/js-beautify/blob/master/license.txt</a></li> | 128 | <li>License: <a href="https://github.com/einars/js-beautify/blob/master/license.txt" target="_blank">https://github.com/einars/js-beautify/blob/master/license.txt</a></li> |
129 | </ul> | 129 | </ul> |
130 | </div> | 130 | </div> |
131 | </body> | 131 | </body> |
132 | </html> | 132 | </html> |