aboutsummaryrefslogtreecommitdiffstats
path: root/OLD/csci4131/hw4/strap012/MyServer.html
blob: 7a2da0740fa1a0e79bc9a457e7fa7b2db37ed80c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html>
  <head>
    <title>MyServer</title>
    <style>
        div{
            text-align:center;
            margin-bottom: 5%;
        }
        #links ul li{
            display: inline;
            margin-right: 30px;
        }
        label{
          margin-right: 5px;
        }
    </style>
  </head>
  <body>
  <center>
    <h1>MyServer Page</h1></br>
  </center>
  <div id='links'>
    <ul>
        <li> <a href="http://localhost:9001/Coffman.html"> Coffman Picture</a> </li>
        <li> <a href="http://localhost:9001/Coffman_N_OuttaSpace.html"> Coffman + OuttaSpace</a> </li>
        <li> <a href="http://localhost:9001/OuttaSpace.html"> OuttaSpace MP3</a> </li>
    </ul>
  </div>

  <div>
    <form action="http://localhost:9001/redirect" method="GET">
      <label for="searchInput">Redirect to YouTube: </label>
      <input type='text' name='query_string' id='searchInput' required/>
      <button type='submit'> Search </button>
    </form>
  </div>
<hr>
  <div>
    <a href="MyForm.html"> Go to MyForm page</a>
  </div>
  </body>
</html>