Add 'www/index.html'
This commit is contained in:
parent
248c0e0464
commit
62c4c371d1
|
@ -0,0 +1,15 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>404 Error | Dead Link</title>
|
||||||
|
<script>window["_GOOG_TRANS_EXT_VER"] = "1";</script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<a href="javascript:history.back()">
|
||||||
|
<img src="./404_files/404.jpg" alt="Page Not Found (404)." style="position: absolute; left: 50%; top: 50%; margin-left: -285px; margin-top: -190px;">
|
||||||
|
</a>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue