12 lines
156 B
HTML
12 lines
156 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Worked!</title>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<h1>If you see this, it worked!</h1>
|
|
<h3>word</h3>
|
|
</center>
|
|
</body>
|
|
</html> |