mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2025-06-11 01:13:18 +02:00
404 page fixes
This commit is contained in:
@ -16,15 +16,14 @@
|
||||
|
||||
<link href="css/styles.min.css" rel="stylesheet" media="screen">
|
||||
<link href="css/debug.min.css" rel="stylesheet" media="screen">
|
||||
|
||||
<script src="js/libs/jquery-1-9-1.min.js"></script>
|
||||
|
||||
</head>
|
||||
<body id="page404">
|
||||
Success
|
||||
<script src="js/libs/jquery-1-9-1.min.js"></script>
|
||||
<script>
|
||||
$(document.body).load("404.html");
|
||||
document.title = "Doodle3D 404"
|
||||
$(document.body).load("404.html");
|
||||
document.title = "Doodle3D 404"
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user