-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeprecated.html
48 lines (48 loc) · 1.93 KB
/
deprecated.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="src/img/favicon.ico" type="image/x-icon">
<title>Alex's Website - In Development</title>
<link rel="stylesheet" href="src/css/main.css">
</head>
<body>
<table border="0" cellpadding="10" cellspacing="1">
<tr>
<td><img src="src/img/logo.png" alt="DevMakes" width="100" height="100"></td>
<td><h2>Welcome to Alex's Website</h2></td>
</tr>
</table>
<table border="0" cellpadding="10" cellspacing="1">
<tr>
<td><a href="about.html">About Me</a></td>
<td><a href="games.html">Games</a></td>
<td><a>Programs</a></td>
</tr>
</table>
<p>Alex's Website is the <b>BEST</b> website that was made by an 11 year old. <h5>i think<h5></p>
<table>
<tr>
<td><button>FOOD</button></td>
<td><button>BUTTON</button></td>
<td><button>Alex's</button></td>
</tr>
<tr>
<td><button>Fun Things</button></td>
<td><button>Development</button></td>
<td><button>Equipment</button></td>
</tr>
</table>
<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ" title="YouTube video player" frameborder="0" allow="accelerometer"; autoplay="1"; clipboard-write; encrypted-media; gyroscope; picture-in-picture allowfullscreen></iframe>
<form>
Name: <input type="text"><br>
Email Address: <input type="text"><br>
<button onclicked="submitForm()">Submit</button>
<script>
function submitForm() {
alert("Thank you, your form has been submitted. :)")
}
</script>
</form>
</body>
</html>