19 lines
200 B
HTML
19 lines
200 B
HTML
|
<!DOCTYPE html>
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<link rel='stylesheet' type='text/css' href='style.css'>
|
||
|
<title>
|
||
|
|
||
|
Start Page
|
||
|
</title>
|
||
|
|
||
|
<div id="whole">
|
||
|
|
||
|
<div id="middle">
|
||
|
<h1>Welcome.</h1>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</html>
|