-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBreWAR.html
33 lines (31 loc) · 1.08 KB
/
BreWAR.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
<!DOCTYPE html>
<html>
<head>
<title>BreWAR 2019</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<center>
<h1 id="welcome-tagline">Welcome to BreWAR</i> 2019</h1>
<p class="intro-text">Brewers' 2019 Win Projection<u></p>
<p>Brewers Win Projection with Replacement</p>
</center>
<form>
<fieldset>
<legend>Please enter player's name:</legend>
First name: <input type="text" name="firstName" value="Trevor">
Last name: <input type="text" name="lastName" value="Bauer">
<br>
<br>
<img src="https://pbs.twimg.com/profile_images/617219971660312576/eY2XIz8-_400x400.jpg" style="width:300px; heigth:800px"></imh>
<br>
<br>
<a href="https://www.baseball-reference.com/players/b/bauertr01.shtml#pitching_proj::none">Baseball Reference 2019 Projection</a>
<br>
<br>
<input type="submit" value="Submit">
</fieldset>
<Japanese: トレバー・バウアー>
</form>
</body>
</html>