-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1.52 KB
/
index.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
<!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">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
<title>Steve</title>
</head>
<script src="script.js"></script>
<body class="all">
<div class="header">
<span style="padding: 0px;" class="material-symbols-outlined"><a class="hide" href="index.html">home</a></span>
<h1 style="float: right; margin: 0px;" class=blue id=center>Steve (Minecraft)</h1>
</div>
<p>Steve is a character from the popular game "Minecraft". He is one of the 9 default skins, and was the first to be created.</p>
<img src="https://upload.wikimedia.org/wikipedia/en/thumb/e/e7/Steve_%28Minecraft%29.png/220px-Steve_%28Minecraft%29.png"></img>
<div id="border">
<h3 class=red>Fun Facts</h3>
<ol>
<li>Steve has infinite strength.
<li>Steve can summon anything at will (in creative mode).
<li>Steve is 1.875 m tall (6’2’’)
<li>Steve can jump up a meter high.
<li>Steve can run at 25 km/h.
</ol>
</div>
<form action="form.html">
<label for=name>Name:</label><br>
<input id=name type=text><br>
Do you like Steve? <br>
<input type=radio name=y/n value="Yes">Yes<br>
<input type=radio name=y/n value="No">No<br>
<input type=submit>
</form>
<a href="Warhammer.html">Warhammer stuff.</a>
</body>
</html>