This repository was archived by the owner on Jun 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (39 loc) · 1.45 KB
/
index.html
File metadata and controls
40 lines (39 loc) · 1.45 KB
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
<!DOCTYPE html>
<!--
/*
* INTER-Mediator
* Copyright (c) INTER-Mediator Directive Committee (http://inter-mediator.org)
* This project started at the end of 2009 by Masayuki Nii msyk@msyk.net.
*
* INTER-Mediator is supplied under MIT License.
* Please see the full license for details:
* https://github.com/INTER-Mediator/INTER-Mediator/blob/master/dist-docs/License.txt
*/ -->
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>INTER-Mediator</title>
<!-- Loading INTER-Mediator -->
<script src="index_contexts.php"></script>
<script src="index.js"></script>
<style>
</style>
</head>
<body>
<div id="nonsupportmessage">
<div style="text-align:center;color:yellow;background-color:black;">
This page is going to show for a moment.
If you see this permanently, please enable JavaScript and reload.
Otherwise it's possible to use any unsupported web browser.
</div>
<div style="text-align:center;color:yellow;background-color:black;">
現在、ページの構成中です。
もし、この表示が長時間表示されているなら、JavaScriptを有効にして再度読み込んでください。
サポート対象外のWebブラウザーを使っている場合も、これを表示し続けることがあります。
</div>
</div>
<div id="container" style="display: none">
</div>
</body>
</html>