Delete fudash

Bug: IN-1123
Change-Id: I58e52994ce6fca29f7884d45330690ff4aa04d83
diff --git a/README.md b/README.md
index cef0dd1..a235b45 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,2 @@
-# infra
-
-This repo contains tools and config files necessary to run infrastructure
-related to builds, code review, version control, and continuous integrations.
+This repo used to contain miscellaneous infrastructure code.
+Don't put anything new here.
diff --git a/fudash/README.md b/fudash/README.md
deleted file mode 100644
index 57da82f..0000000
--- a/fudash/README.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# Deprecated dashboard
-
-This site is deprecated and will be deleted soon.
-Use https://luci-milo.appspot.com/p/fuchsia instead.
-
-## Testing local changes
-
-```
-dev_appserver.py ./app.yaml
-```
-
-## Deploying new versions
-
-```
-gcloud config set project fuchsia-dashboard
-gcloud app deploy app.yaml
-```
diff --git a/fudash/app.yaml b/fudash/app.yaml
deleted file mode 100644
index bae2ea6..0000000
--- a/fudash/app.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-runtime: python27
-api_version: 1
-threadsafe: true
-
-handlers:
-- url: /
-  static_files: index.html
-  upload: index.html
diff --git a/fudash/index.html b/fudash/index.html
deleted file mode 100644
index 2ff075c..0000000
--- a/fudash/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-
-<head>
-  <title>Deprecated Fuchsia Build Dashboard</title>
-</head>
-
-<body>
-<h1>This site is deprecated. Use <a href="https://luci-milo.appspot.com/p/fuchsia">https://luci-milo.appspot.com/p/fuchsia</a></h1>
-<br>
-This site will be deleted soon.
-</body>
-
-</html>