Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
translitcc committed Feb 12, 2024
1 parent e02d8c8 commit 25bfb11
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-2783203-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-2783203-6');
</script>
<title>404 Not Found</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
Expand All @@ -23,6 +16,13 @@
.black2 a:hover { font-family: Tahoma, Helvetica, sans-serif; font-size: 11px; color: #333333; text-decoration: none;}
.red1 { font-family: Tahoma, Helvetica, sans-serif; font-size: 24px; color: #990000;}
</style>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6E9X9MZ53F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6E9X9MZ53F');
</script>
</head>
<body bgcolor="#FFFFFF">
<table width="706" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
Expand Down Expand Up @@ -83,4 +83,4 @@
</tr>
</table>
</body>
</html>
</html>

0 comments on commit 25bfb11

Please sign in to comment.