File: oauthsuccess.html

package info (click to toggle)
strawberry 1.2.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 29,420 kB
  • sloc: cpp: 105,280; sql: 1,949; ansic: 776; xml: 422; sh: 388; makefile: 7
file content (41 lines) | stat: -rw-r--r-- 890 bytes parent folder | download | duplicates (3)
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
<!doctype html>
<html>
  <head>
    <link href="https://www.strawberrymusicplayer.org/favicon.ico" rel="shortcut icon">
    <title>tr("Return to Strawberry")</title>

    <style>
      #container {
        margin: 6em auto 0px auto;
        max-width: 400px;
        font-family: 'arial regular', arial, sans-serif;
      }

      #container img {
        width: 16px;
        height: 16px;
        float: left;
        margin-right: 0.5em;
      }

      #container h1 {
        margin: 0px 0px 0.75em 0px;
        font-size: 16px;
      }

      #container p {
        margin-top: 0px;
        margin-left: 10px;
        font-size: 13px;
      }
    </style>
  </head>

  <body>
    <div id="container">
      <h1>tr("Success!")</h1>
      <img src="data:image/png;base64,@IMAGE_DATA@"/>
      <p>tr("Please close your browser and return to Strawberry.")</p>
    </div>
  </body>
</html>