Update my email addresses in the license headers
[project/luci.git] / applications / luci-app-splash / luasrc / view / splash_splash / splash.htm
1 <%#
2 Copyright 2008 Steven Barth <steven@midlink.org>
3 Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
4 Licensed to the public under the Apache License 2.0.
5 -%>
6
7 <%+header%>
8 <%+splash/splash%>
9
10 <form method="get" action="<%=controller%>/splash/activate">
11 <p>
12 <input type="submit" value="<%:Decline%>" />
13 <input type="submit" name="accept" value="<%:Accept%>" />
14 </p>
15 </form>
16
17 <%+footer%>