-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrial-version.html
44 lines (36 loc) · 1.41 KB
/
trial-version.html
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
42
43
44
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>YUI公式サイト|体験版プレイ中</title>
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="stylesheet_chat.css">
<link rel="icon" type="image/png" href="YUI-icon.png">
<script src="library/jquery-3.5.1.min.js"></script>
<script src="chat.js"></script>
</head>
<body style="background: rgb(49, 70, 95);">
<main>
<div style="background: rgba(131, 189, 255, 0.952); color: rgb(31, 111, 202); backdrop-filter: blur(2px);">
<h1>WEBAPP YUI</h1>
<a id="ver">version error</a>
</div>
<!--<img src="YUI-charactor.png" alt="" width="15%" style="position: absolute;">-->
<div id="filed-group">
<!--画面-->
<div id="field">
<div class="chat">以下のテキストボックスから<br>なにか入力してみてください。</div>
</div>
<!--入力場所,送信ボタン-->
<form id="input-field">
<input type="text" id="chat-input">
<input type="button" value="送信" class="chat-button">
<button class="text-background-circle" id="mic-button">🎤</button>
</form>
</div>
</main>
<a href="javascript:history.back();" class="btn btn--black">前のサイトに戻る</a>
<div class="footer" id="footer_content"></div>
</body>
</html>