hello
Server : Apache/2.4.52 (Ubuntu) System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : servadmin ( 1000) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE Directory : /www/docs/video.obu.edu/st/ |
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>SwipeTrack Browser</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0;" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" /> <link rel="stylesheet" href="css/style.css" /> <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js"></script> <script type="text/javascript" src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script> <script type="text/javascript" src="js/script.js"></script> </head> <body> <div data-role="page" id ="register" class="page"> <div data-role="header" data-theme="b"> <a href="index.html" data-icon="arrow-l" data-direction="reverse">Back</a> <a href="index.html" data-icon="home" data-direction="reverse">Home</a> <h1>Register</h1> </div><!--/header--> <div data-role="content" id="about-content"> <div class="ui-body ui-body-d"> <h2>Register your App</h2> <div id="contact-form-wrap"> <form action="register2.php" method="post" id="contact"> <div data-role="fieldcontain" class="ui-hide-label no-field-separator"> <label for="name">First Name</label> <input type="text" id="firstname" name="firstname" placeholder="First Name" class="required" /> </div> <div data-role="fieldcontain" class="ui-hide-label no-field-separator"> <label for="name">Last Name</label> <input type="text" id="lastname" name="lastname" placeholder="Last Name" class="required" /> </div> <div data-role="fieldcontain" class="ui-hide-label no-field-separator"> <label for="name">Company</label> <input type="text" id="company" name="company" placeholder="Company" /> </div> <div data-role="fieldcontain" class="ui-hide-label no-field-separator"> <label for="email">Email Address</label> <input type="email" id="email" name="email" placeholder="Email" class="email required"/> </div> <button type="submit" id="submit" data-theme="b">Submit Info</button> </form> </div> </div> </div><!-- /content --> </div><!-- /page --> </body> </html>