commit
This commit is contained in:
commit
18f21ccbe6
16 changed files with 2782 additions and 0 deletions
14
errors/404.html
Executable file
14
errors/404.html
Executable file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<title>redirect</title>
|
||||
<meta name="description" content="redirecting to /" />
|
||||
|
||||
<title>HTML Meta Tag</title>
|
||||
<meta http-equiv = "refresh" content = "0; url = /" />
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to Site</p>
|
||||
</body>
|
||||
</html>
|
23
errors/500.html
Executable file
23
errors/500.html
Executable file
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZKTRVJEL2M"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-ZKTRVJEL2M');
|
||||
</script>
|
||||
|
||||
<title>redirect</title>
|
||||
<meta name="description" content="redirecting to /" />
|
||||
|
||||
<title>HTML Meta Tag</title>
|
||||
<meta http-equiv = "refresh" content = "0; url = /" />
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to Site</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue