diff --git a/Makefile b/Makefile index 2db18638..e37275c7 100644 --- a/Makefile +++ b/Makefile @@ -21,3 +21,7 @@ archive: git archive --prefix 8bitworkshop- -o release/8bitworkshop-tools.zip HEAD tools +web: + ifconfig | grep inet + python2 -m SimpleHTTPServer 2>> http.out + diff --git a/css/ui.css b/css/ui.css index 0c38b524..8c49b3ee 100644 --- a/css/ui.css +++ b/css/ui.css @@ -98,6 +98,9 @@ div.mem_info { margin-left:8px; background-color: #666; } +.btn_label { + color: #ccc; +} .btn_group.debug_group { } .btn_group.view_group { diff --git a/index.html b/index.html index c0427c64..962393a4 100644 --- a/index.html +++ b/index.html @@ -39,10 +39,11 @@ ga('send', 'pageview'); ☰ +