summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/html/ja/loading/loading.html
blob: ea576ed082b380f4c46f83520e607fe99898f39f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="ja" xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta charset="utf-8" />
    <title>読み込んでいます…</title>
    <style>
      body {
        background-color: #000000;
        font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic',
          sans-serif;
        font-size: 62.5%;
        color: #e9f1f8;
        text-align: center;
      }
    </style>
  </head>
  <body>
    <img src="../../en-us/loading/sl_logo_rotate_black.gif" alt="loading" />
    <br />
    <p>&nbsp;&nbsp;&nbsp;読み込んでいます…</p>
  </body>
</html>