SmartAudio/package/luci/luci-app-splash/luasrc/view/splash_splash/splash.htm

18 lines
395 B
HTML
Raw Normal View History

2018-07-13 01:31:50 +00:00
<%#
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%>