control-repo/site/profile/files/sample_website/403.html
2018-09-18 01:14:48 -04:00

19 lines
416 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Hello World - Error!</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
</head>
<body>
<div class="container">
<img src="img/LEGO_404.jpg" alt="Puppet" />
<div class="blurb">
<h1>403 Error </h1>
</div>
</div>
</body>
</html>