コード例 #1
0
ファイル: index.php プロジェクト: jukhadar/web-scripting
    <input type="radio" name="best" value="email">E-mail
      <br>
    <input type="radio" name="best" value="phone">Phone
    
    <span class="bestWayError">Please choose the best way to contact you</span></br>
    
    <input type="submit" value="SEND">
</form>
<div class="test"> github test</div>
<div class="test"> github test2</div>
<h1 class='greeting'></h1>
<h2 class='zip-statement'></h2>
<div class='list'></div>


<!--  end -->

    <!--<div class="main">-->
    <!--    <h1>Load Form Options Via Ajax!</h1>-->
    <!--    <form id="form" class="ajax-fun">-->
    <!--        <select id="makes"></select>-->
    <!--        <select id="models"></select>-->
    <!--        <select id="engines"></select>-->
            
    <!--        <input type="submit" value="Submit File" />-->
    <!--    </form>-->
    <!--</div>-->
  
<?php 
echo $structure->footer();