aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce_setup/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gce_setup/post.html')
-rw-r--r--tools/gce_setup/post.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/gce_setup/post.html b/tools/gce_setup/post.html
deleted file mode 100644
index 2cea050c08..0000000000
--- a/tools/gce_setup/post.html
+++ /dev/null
@@ -1,11 +0,0 @@
- ]);
-
- var table = new google.visualization.Table(document.getElementById('table_div'));
- table.draw(data, {showRowNumber: true, allowHtml: true});
- }
- </script>
- </head>
- <body>
- <div id="table_div"></div>
- </body>
-</html>