16 lines
340 B
HTML
16 lines
340 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<link rel="stylesheet" type="text/css" href="./css/style.css" />
|
||
|
<link rel="shortcut icon" type="image/ico" href="./images/nuke.ico" />
|
||
|
<title>Car Restoration</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1> This Page is Under Construction </h1>
|
||
|
|
||
|
<footer> <a href="./index.html">Home</a> </footer>
|
||
|
</body>
|
||
|
|
||
|
</html>
|