mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-08-08 19:49:13 +00:00
custom router now working
This commit is contained in:
12
public/404.html
Normal file
12
public/404.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Redirecting...</title>
|
||||
<script>
|
||||
sessionStorage.redirect = location.href
|
||||
</script>
|
||||
<meta http-equiv="refresh" content="0; url=/" />
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
1
public/CNAME.example
Normal file
1
public/CNAME.example
Normal file
@@ -0,0 +1 @@
|
||||
add later
|
||||
Reference in New Issue
Block a user