2014-05-14 17:28:51 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Success</title>
|
|
|
|
|
|
|
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
|
|
<meta id="Viewport" name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui">
|
|
|
|
|
|
|
|
<link rel="icon" type="image/ico" href="./favicon_alt.ico"/>
|
|
|
|
<link rel="apple-touch-icon-precomposed" href="./img/webpage_icons/apple-touch-icon-144x144-precomposed.png"/>
|
|
|
|
<link rel="apple-touch-icon-precomposed" href="./img/webpage_icons/apple-touch-icon-144x144-precomposed.png" sizes="144x144" />
|
|
|
|
|
|
|
|
<link href="css/styles.min.css" rel="stylesheet" media="screen">
|
|
|
|
<link href="css/debug.min.css" rel="stylesheet" media="screen">
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body id="page404">
|
|
|
|
Success
|
2015-06-05 14:19:10 +02:00
|
|
|
<script src="js/libs/jquery-1-9-1.min.js"></script>
|
2014-05-14 17:28:51 +02:00
|
|
|
<script>
|
2015-06-05 14:19:10 +02:00
|
|
|
$(document.body).load("404.html");
|
|
|
|
document.title = "Doodle3D 404"
|
2014-05-14 17:28:51 +02:00
|
|
|
</script>
|
|
|
|
</body>
|
2015-06-05 14:19:10 +02:00
|
|
|
</html>
|