diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-17 21:58:26 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-17 21:58:26 +0800 |
commit | e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a (patch) | |
tree | 7b1a9ffdd60aca8df0b8cb96a3086a9385776288 /ethereal/assets/ext/home.html | |
parent | 15ded0bea9600f489d7f9fb5430c26a84a021bd2 (diff) | |
download | dexon-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar dexon-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar.gz dexon-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar.bz2 dexon-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar.lz dexon-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar.xz dexon-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar.zst dexon-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.zip |
Renamed ethereal
Diffstat (limited to 'ethereal/assets/ext/home.html')
-rw-r--r-- | ethereal/assets/ext/home.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/ethereal/assets/ext/home.html b/ethereal/assets/ext/home.html deleted file mode 100644 index a524e8403..000000000 --- a/ethereal/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> - |