aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/ext/home.html
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-29 06:33:20 +0800
committerobscuren <geffobscura@gmail.com>2015-01-29 06:33:20 +0800
commitf80fe9776335312615ce3b1a565e4f48e171ab0d (patch)
treeca65fccaa96721c5bd111cb28b679e29c2315448 /cmd/mist/assets/ext/home.html
parentcbf1d07073fcb6d2859b0617f1e84c0cb512bbbb (diff)
downloadgo-tangerine-f80fe9776335312615ce3b1a565e4f48e171ab0d.tar
go-tangerine-f80fe9776335312615ce3b1a565e4f48e171ab0d.tar.gz
go-tangerine-f80fe9776335312615ce3b1a565e4f48e171ab0d.tar.bz2
go-tangerine-f80fe9776335312615ce3b1a565e4f48e171ab0d.tar.lz
go-tangerine-f80fe9776335312615ce3b1a565e4f48e171ab0d.tar.xz
go-tangerine-f80fe9776335312615ce3b1a565e4f48e171ab0d.tar.zst
go-tangerine-f80fe9776335312615ce3b1a565e4f48e171ab0d.zip
removed old js yet again
Diffstat (limited to 'cmd/mist/assets/ext/home.html')
-rw-r--r--cmd/mist/assets/ext/home.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/cmd/mist/assets/ext/home.html b/cmd/mist/assets/ext/home.html
deleted file mode 100644
index a524e8403..000000000
--- a/cmd/mist/assets/ext/home.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!doctype>
-<html>
-<head>
-<title>Ethereum</title>
-
-<style type="text/css">
-h1 {
- text-align: center;
- font-family: Courier;
- font-size: 50pt;
-}
-</style>
-</head>
-
-<body>
-<h1>... Ethereum ...</h1>
-<ul>
- <li><a href="http://std.eth">std::Service</a></li>
-</ul>
-</body>
-</html>
-