Update buil_json.html
Browse files- buil_json.html +7 -7
buil_json.html
CHANGED
|
@@ -34,8 +34,8 @@
|
|
| 34 |
border-radius: 5px;
|
| 35 |
}
|
| 36 |
#jsoneditor {
|
| 37 |
-
width:
|
| 38 |
-
height:
|
| 39 |
margin: 20px auto;
|
| 40 |
}
|
| 41 |
#addVideo, #saveToClipboard {
|
|
@@ -62,13 +62,13 @@
|
|
| 62 |
</style>
|
| 63 |
</head>
|
| 64 |
<body>
|
| 65 |
-
<h1
|
| 66 |
<div>
|
| 67 |
<div class="input-row">
|
| 68 |
-
<label for="title"
|
| 69 |
-
<input type="text" id="title" placeholder="
|
| 70 |
-
<label for="file"
|
| 71 |
-
<input type="text" id="file" placeholder="
|
| 72 |
</div>
|
| 73 |
<button id="addVideo">Add Video</button>
|
| 74 |
<button id="saveToClipboard">Save to Clipboard</button>
|
|
|
|
| 34 |
border-radius: 5px;
|
| 35 |
}
|
| 36 |
#jsoneditor {
|
| 37 |
+
width: 50%;
|
| 38 |
+
height: 300px;
|
| 39 |
margin: 20px auto;
|
| 40 |
}
|
| 41 |
#addVideo, #saveToClipboard {
|
|
|
|
| 62 |
</style>
|
| 63 |
</head>
|
| 64 |
<body>
|
| 65 |
+
<h1>Редактор медиа листов</h1>
|
| 66 |
<div>
|
| 67 |
<div class="input-row">
|
| 68 |
+
<label for="title">Название:</label>
|
| 69 |
+
<input type="text" id="title" placeholder="Введите название">
|
| 70 |
+
<label for="file">Ссылка на файл:</label>
|
| 71 |
+
<input type="text" id="file" placeholder="Введите ссылку">
|
| 72 |
</div>
|
| 73 |
<button id="addVideo">Add Video</button>
|
| 74 |
<button id="saveToClipboard">Save to Clipboard</button>
|