login.xml 980 B

12345678910
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type='text/xsl' href='../themes/current/loginform.xsl'?>
  3. <!--
  4. The html you see here is for compatibility with https://sebsauvage.net/wiki/doku.php?id=php:shaarli
  5. The main reason is backward compatibility for e.g. http://mro.name/ShaarliOS and
  6. https://github.com/dimtion/Shaarlier
  7. -->
  8. <html xml:base="../" xmlns="http://www.w3.org/1999/xhtml"><head><meta name="generator" content="Seppo.social"/><link rel="icon" type="image/jpg" href="../me-avatar.jpg"/><title>Login 👋</title></head><body><ul id="err"/><form method="post" name="loginform" id="loginform"><input name="token" type="hidden" value="not_implemented_yet_f19a65cecdfa2971afb8"/><input name="login" type="text" required="required"/><input name="password" type="password" required="required"/><input name="longlastingsession" type="checkbox"/><input name="returnurl" type="hidden" value=".."/><button name="Login" type="submit" value="Login">Login</button></form></body></html>