Skip to content

Instantly share code, notes, and snippets.

@makeusabrew
Created December 12, 2012 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makeusabrew/4269658 to your computer and use it in GitHub Desktop.
Save makeusabrew/4269658 to your computer and use it in GitHub Desktop.
Garmin Connect - website down page
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Garmin Connect</title>
<link href="site-maintenance.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="siteDownHeader"><img src="site-downimages/connect-logo.png" /></div>
<script language="javascript">
<!--
var b1dis = "<a href=\"";
var bdis = "\"><img id=\"siteDownImage\" src=\"";
var edis = " border=\"0\"></a>";
var rnumb = "";
var img = "";
rnumb += Math.floor(Math.random()*2);
img = rnumb;
if (img == "0") {
document.write(b1dis+ " " +bdis+ "site-downimages/running.jpg\"" +edis);
}
if (img == "1") {
document.write(b1dis+ " " +bdis+ "site-downimages/bear.jpg\"" +edis);
}
// -->
</script>
<div id="siteDownFooter">Copyright © 1996-2012 Garmin Ltd. or its subsidiaries</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment