mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-21 17:07:55 +01:00
404 page fixes
This commit is contained in:
parent
a823c4cc25
commit
9a24230112
3
Makefile
3
Makefile
@ -65,7 +65,8 @@ define Package/doodle3d-client/install
|
||||
$(CP) $(PKG_BUILD_DIR)/www/settings.html $(1)/www/
|
||||
$(CP) $(PKG_BUILD_DIR)/www/helpcontent.html $(1)/www/
|
||||
$(CP) $(PKG_BUILD_DIR)/www/redirect.html $(1)/www/
|
||||
|
||||
$(CP) $(PKG_BUILD_DIR)/www/404.html $(1)/www/
|
||||
|
||||
$(CP) $(PKG_BUILD_DIR)/www/css/debug.min.css $(1)/www/css/
|
||||
$(CP) $(PKG_BUILD_DIR)/www/css/settings.min.css $(1)/www/css/
|
||||
$(CP) $(PKG_BUILD_DIR)/www/css/styles.min.css $(1)/www/css/
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user