DmitrMakeev commited on
Commit
8ba6080
·
verified ·
1 Parent(s): 5381dec

Update buil_json.html

Browse files
Files changed (1) hide show
  1. buil_json.html +7 -7
buil_json.html CHANGED
@@ -34,8 +34,8 @@
34
  border-radius: 5px;
35
  }
36
  #jsoneditor {
37
- width: 60%;
38
- height: 400px;
39
  margin: 20px auto;
40
  }
41
  #addVideo, #saveToClipboard {
@@ -62,13 +62,13 @@
62
  </style>
63
  </head>
64
  <body>
65
- <h1>Video List Editor</h1>
66
  <div>
67
  <div class="input-row">
68
- <label for="title">Title:</label>
69
- <input type="text" id="title" placeholder="Enter video title">
70
- <label for="file">File URL:</label>
71
- <input type="text" id="file" placeholder="Enter video file URL">
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>