diff --git a/Applications/Browser/Makefile b/Applications/Browser/Makefile index 4a57f47e68..962266dacc 100755 --- a/Applications/Browser/Makefile +++ b/Applications/Browser/Makefile @@ -4,7 +4,7 @@ OBJS = \ PROGRAM = Browser -LIB_DEPS = GUI Web Gfx IPC Protocol Core +LIB_DEPS = Web JS GUI Gfx IPC Protocol Core main.cpp: ../../Libraries/LibWeb/CSS/PropertyID.h ../../Libraries/LibWeb/CSS/PropertyID.h: diff --git a/Applications/Help/Makefile b/Applications/Help/Makefile index 8fac56daac..c1869dbbb0 100644 --- a/Applications/Help/Makefile +++ b/Applications/Help/Makefile @@ -7,6 +7,6 @@ OBJS = \ PROGRAM = Help -LIB_DEPS = GUI Web Gfx Markdown IPC Protocol Thread Pthread Core +LIB_DEPS = GUI Web JS Gfx Markdown IPC Protocol Thread Pthread Core include ../../Makefile.common diff --git a/Applications/IRCClient/Makefile b/Applications/IRCClient/Makefile index 1bc0b646fe..fc4a987ea6 100644 --- a/Applications/IRCClient/Makefile +++ b/Applications/IRCClient/Makefile @@ -11,6 +11,6 @@ OBJS = \ PROGRAM = IRCClient -LIB_DEPS = GUI Web Gfx Protocol IPC Thread Pthread Core +LIB_DEPS = Web JS GUI Gfx Protocol IPC Thread Pthread Core include ../../Makefile.common diff --git a/Base/home/anon/www/alert.html b/Base/home/anon/www/alert.html new file mode 100644 index 0000000000..fd96efbed4 --- /dev/null +++ b/Base/home/anon/www/alert.html @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/Base/home/anon/www/welcome.html b/Base/home/anon/www/welcome.html index 728e3ba17b..6f7f3a3a78 100644 --- a/Base/home/anon/www/welcome.html +++ b/Base/home/anon/www/welcome.html @@ -23,6 +23,7 @@ h1 {

This is a very simple browser built on the LibWeb engine.

Some small test pages: