-
Notifications
You must be signed in to change notification settings - Fork 1
/
gp.html
52 lines (46 loc) · 1.71 KB
/
gp.html
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
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<link rel="stylesheet" type="text/css" href="gp.css" media="screen" />
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>
SUPER AWESOME PAGE
</title>
</head>
<body>
<h1 align="center">This is the link to our GitHub page</h1>
<p align="center">
<a align="center" id="gitHub" href="https://github.com/Sharks33/cs174-groupProject-spring2016">Github <upper>wayknack?</upper></a>
</p>
<h2 align="center">San Jose Sharks Represent!!!!</h2>
<p align="center">
<a href="http://sharks.nhl.com">
<img src="static/img/SanJoseSharksLogo.svg" style="width:304px;height:228px;"/>
</a>
</p>
<h3 align="center">This is heading 3</h3>
<form action="gp.php" method="post">
<fieldset align="center">
<legend align="center">
User Input
</legend>
<p align="center">
Team Member First Name:<br/>
<input type="text" name="firstname"><br/>
Team Member Last Name:<br/>
<input type="text" name="lastname"><br/>
E-Mail:<br/>
<input type="text" name="email"><br/>
Comapny:<br/>
<input type="text" name="company"><br/>
</p>
<p align="center">
<input type="submit" value="Submit"/>
</p>
</fieldset>
</form>
<h4 align="center">This is heading 4</h4>
<h5 align="center">This is heading 5</h5>
<h6 align="center">This is heading 6</h6>
</body>
</html>