0
0
mirror of https://github.com/openwrt/luci.git synced 2025-01-31 11:51:48 +00:00
Jo-Philipp Wich 41d2b33087 Update my email addresses in the license headers
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-16 23:49:44 +01:00

18 lines
395 B
HTML

<%#
Copyright 2008 Steven Barth <steven@midlink.org>
Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
Licensed to the public under the Apache License 2.0.
-%>
<%+header%>
<%+splash/splash%>
<form method="get" action="<%=controller%>/splash/activate">
<p>
<input type="submit" value="<%:Decline%>" />
<input type="submit" name="accept" value="<%:Accept%>" />
</p>
</form>
<%+footer%>