-
Notifications
You must be signed in to change notification settings - Fork 0
/
create.html
26 lines (26 loc) · 940 Bytes
/
create.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="style.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>YTQuestion Create</title>
<meta property="og:type" content="website" />
</head>
<body>
<h1 class="title">ルーム作成</h1>
<div id="createg">
<p style="color: red;" id="emsg"></p>
<input class="titlecreate" id="titlec">
<br />
<p id="createb" class="send">作成</p>
</div>
<div class="box1">
<p>公開用URL: <span id="showurl"></span><br />管理用URL: <span id="adminurl"></span><br />配信用URL: <span id="liveurl"></span></p>
</div>
<p></p>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="create.js"></script>
</body>
</html>