summaryrefslogtreecommitdiff
path: root/website/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/index.html')
-rw-r--r--website/index.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/website/index.html b/website/index.html
deleted file mode 100644
index b15a9c949..000000000
--- a/website/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>deno benchmark</title>
- <link rel="stylesheet" href="https://unpkg.com/c3@0.6.7/c3.min.css">
-</head>
-<body>
- <div id="benchmark-chart"></div>
- <script src="https://unpkg.com/d3@5.7.0/dist/d3.min.js"></script>
- <script src="https://unpkg.com/c3@0.6.7/c3.min.js"></script>
- <script src="./app.js"></script>
-</body>
-</html>
-