Newer
Older
moodlog_web / login.html
root on 7 May 2019 1 KB Initial commit
  1. <html>
  2. <head>
  3.  
  4. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
  5. <script type="text/javascript" src="https://d3js.org/d3.v3.min.js"></script>
  6. <script type="text/javascript" src="https://cdn.jsdelivr.net/cal-heatmap/3.3.10/cal-heatmap.min.js"></script>
  7. <link rel="stylesheet" href="https://cdn.jsdelivr.net/cal-heatmap/3.3.10/cal-heatmap.css" />
  8. <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700" rel="stylesheet">
  9. <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
  10. <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
  11. <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
  12. <link rel="stylesheet" href="style.css" >
  13. <style>
  14. .login_form{
  15. height: 100%;
  16. width:100%;
  17. display: flex;
  18. align-items: center
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <div class="login_form">
  24. <form method="POST" action="/" style="width:auto">
  25. <input type="password" name="password" id="password" placeholder="password" style="text-align:center;"/>
  26. </form>
  27. </div>
  28.  
  29. <script src="script.js"></script>
  30.  
  31. <script>$("#password").focus();</script>
  32. </body>
  33. </html>
Buy Me A Coffee