-
Notifications
You must be signed in to change notification settings - Fork 0
/
theSecondPage.html
27 lines (25 loc) · 1.08 KB
/
theSecondPage.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Second Page</title>
</head>
<body style="background-color: #2dc79e;">
<h1 style="
color: #ce6565;
width: fit-content;
border-radius: 54px;
border: 3px green solid;
background: black;
">Welcome to page two!</h1>
<p>If you didn't know, this is one of those bored sites that just sends you around a few pages. I kinda worked on all of them, so don't judge too harshly please.</p>
<!-- <h2> <button onclick="changeText(getElementById('that').innerHTML) ">Should do something</button> </h2>
<img src="testNuke.jpeg" alt="it be a nuke" height="20" width="20">
<div id="that">hello</div>
<p id="Content"> This is a button test</p> -->
<a href="/theThirdPage">I made three of these main pages for some reason, so here is the third page if you want.</a>
<footer><object data="foot.html" width="100%" height="400px"></object></footer>
</body>
</html>