Skip to content

Instantly share code, notes, and snippets.

@devinbabb
Last active January 23, 2018 08:02
Show Gist options
  • Select an option

  • Save devinbabb/98055cdb74c80263ed97 to your computer and use it in GitHub Desktop.

Select an option

Save devinbabb/98055cdb74c80263ed97 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<title><unifi txt="WelcomePage.Title" /></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="<unifi url="reset-min.css"/>" />
<link rel="stylesheet" type="text/css" href="<unifi url="styles.css"/>" />
<script type="text/javascript" src="<unifi url="js/jquery.min.js"/>"></script>
<script type="text/javascript" src="<unifi url="js/guest.js"/>"></script>
</head>
<body class="login-page">
<!-- see README.txt for HTML customization instructions -->
<form name="input" id="input" method="post" action="login">
</form>
<script type="text/javascript">
document.getElementById("input").submit();
</script>
</body>
</html>
@kenchopa
Copy link

where can I find the readme.txt ?

@rodcul
Copy link

rodcul commented Jan 23, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment