23 lines
603 B
HTML
23 lines
603 B
HTML
<!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> 読み込んでいます…</p>
|
|
</body>
|
|
</html>
|