diff options
| author | Maksim A. Boyko <maksim.a.boyko@gmail.com> | 2012-06-28 16:50:58 -0400 |
|---|---|---|
| committer | Maksim A. Boyko <maksim.a.boyko@gmail.com> | 2012-06-28 16:50:58 -0400 |
| commit | d69176016b18212b03bcd18b4b42629e0816de0f (patch) | |
| tree | 8e0b943d0a3d2750d9b11c6d12f4f75d2d3c0853 /backend/templates/redirect.html | |
| parent | 150857d66f47a87e7cfd0bd862428528db6dc362 (diff) | |
Backend: Add stat view and stat template skeleton
Diffstat (limited to 'backend/templates/redirect.html')
| -rw-r--r-- | backend/templates/redirect.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/backend/templates/redirect.html b/backend/templates/redirect.html new file mode 100644 index 0000000..d83886c --- /dev/null +++ b/backend/templates/redirect.html @@ -0,0 +1,16 @@ +<html> + <head> + <title>SCANNERJAMMER</title> + <meta property="og:title" content="ScannerJammer"/> + <meta property="og:type" content="website"/> + <meta property="og:url" content="http://scannerjammer.com/"/> + <meta property="og:image" content="http://scannerjammer.com/img/plant.gif"/> + <meta property="og:site_name" content="ScannerJammer"/> + <meta property="og:description" content="Youtube video chat"/> + <meta property="fb:admins" content="100001923956223,1709246"/> + <meta name="description" content="Youtube video chat" /> + </head> + <body> + <a href="http://scannerjammer.com/">SCANNERJAMMER</a> + </body> +</html> |
