diff options
| author | Ha Thach <[email protected]> | 2021-08-05 18:39:07 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-05 18:39:07 +0700 |
| commit | eb00085cee768ce8461f6c522921e65f5cfd99d8 (patch) | |
| tree | 024759c13f364c93e0e0dbc33f9bd382d9006a62 | |
| parent | a24e6d71bd81f3e7cb39107cc8f701f3cda34c40 (diff) | |
Update index.htmlgh-pages
| -rw-r--r-- | index.html | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/index.html b/index.html index e1cf75f56..1d6b2af36 100644 --- a/index.html +++ b/index.html @@ -2,17 +2,7 @@ <html> <head> <title>Tiny USB</title> - <script type="text/javascript"> - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-37673931-2']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); - </script> + <meta http-equiv="refresh" content="0; url = https://docs.tinyusb.org" /> </head> <body> <div style="background-image: url(bg.png); font-size: 20px; text-align: center; padding: 0 20px 20px 20px; border: 2px dotted black; margin: 30px;"> |
