diff options
author | obscuren <geffobscura@gmail.com> | 2014-08-07 22:35:47 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-08-07 22:35:47 +0800 |
commit | 4dc5855dfe08bd427e931d03f2c7ae9105688f67 (patch) | |
tree | abcbab8afb0dfba8056f288a2e13bb08f0d32997 /ethereal/assets/ext | |
parent | a915ba17edb0e8d2369d79036c0dc9585c0201ec (diff) | |
download | go-tangerine-4dc5855dfe08bd427e931d03f2c7ae9105688f67.tar go-tangerine-4dc5855dfe08bd427e931d03f2c7ae9105688f67.tar.gz go-tangerine-4dc5855dfe08bd427e931d03f2c7ae9105688f67.tar.bz2 go-tangerine-4dc5855dfe08bd427e931d03f2c7ae9105688f67.tar.lz go-tangerine-4dc5855dfe08bd427e931d03f2c7ae9105688f67.tar.xz go-tangerine-4dc5855dfe08bd427e931d03f2c7ae9105688f67.tar.zst go-tangerine-4dc5855dfe08bd427e931d03f2c7ae9105688f67.zip |
Regular browser option added
Diffstat (limited to 'ethereal/assets/ext')
-rw-r--r-- | ethereal/assets/ext/home.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ethereal/assets/ext/home.html b/ethereal/assets/ext/home.html new file mode 100644 index 000000000..54af76991 --- /dev/null +++ b/ethereal/assets/ext/home.html @@ -0,0 +1,21 @@ +<!doctype> +<html> +<head> +<title>Ethereum</title> + +<style type="text/css"> +h1 { + text-align: center; + font-family: Courier; + font-size: 50pt; + margin-top: 25% +} +</style> +</head> + +<body> +<h1>Ethereum</h1> +<!-- ĐΞV --!> +</body> +</html> + |