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 /Mist/assets/ext/home.html | |
parent | 15ded0bea9600f489d7f9fb5430c26a84a021bd2 (diff) | |
download | go-tangerine-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar go-tangerine-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar.gz go-tangerine-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar.bz2 go-tangerine-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar.lz go-tangerine-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar.xz go-tangerine-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.tar.zst go-tangerine-e4cc365e89cfd7a9862aa96a77d56fbd2d41ff4a.zip |
Renamed ethereal
Diffstat (limited to 'Mist/assets/ext/home.html')
-rw-r--r-- | Mist/assets/ext/home.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Mist/assets/ext/home.html b/Mist/assets/ext/home.html new file mode 100644 index 000000000..a524e8403 --- /dev/null +++ b/Mist/assets/ext/home.html @@ -0,0 +1,22 @@ +<!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> + |