ming vor 3 Jahren
Ursprung
Commit
555944386f
1 geänderte Dateien mit 9 neuen und 4 gelöschten Zeilen
  1. 9 4
      index2.html

+ 9 - 4
index2.html

@@ -62,15 +62,20 @@
     </div>
     <form action="/step_questions/submit" method="post" id="msform">
       <span style="font-size:30px;cursor:pointer" onclick="openNav()">&#9776; 過去紀錄</span>
-      <select id="avatar" class='avatar'>
-        <option value="6">Angus</option>
-        <option value="7">Peggy</option>
-      </select>
+      <div>
+        
+      
+      </div>
       <!-- fieldsets -->
       <fieldset>
         <h2 class="fs-title">AI ANCHOR</h2>
         <h3  class="fs-subtitle">標題</h3>
         <input id=title type="text" name='t1' class='title_new' value="" placeholder="1" /> <br/>
+        <h3  class="fs-subtitle">選擇人物</h3>
+        <select id="avatar" class='avatar'>
+        <option value="6">Angus</option>
+        <option value="7">Peggy</option>
+      </select>
         <h3 class="fs-subtitle">台詞</h3>
         <input type="text" name='t1' class='txtsrc1' value="" placeholder="1" /> <br/>
         <input type="text" name='t2' class='txtsrc2' value="" placeholder="2" /><br/>