Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • 030d024d80fd2134f0c6375632804e650bc8b795
  • main default protected
  • revert
  • 64160159
  • 64160292
  • 64160073
  • html-v_page
  • 64160174
  • 64160072
  • 64160295
  • production
11 results

v_Login.blade.php

Blame
  • user avatar
    64160295 authored
    5588ef16
    History
    v_Login.blade.php 1.84 KiB
    <!DOCTYPE html>
    <html>
        <head>
            <title>CSA</title>
            <link rel="stylesheet" href="css\login.css">
            <link rel="preconnect" href="https://fonts.googleapis.com">
            <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
            <link href="https://fonts.googleapis.com/css2?family=Trirong:wght@300&display=swap" rel="stylesheet">
            <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
            <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
        </head>
        <body>
            <div class="split left">
                <img src="image\login.jpg" class="img">
              </div>
    
              <div class="split right">
    
                <div class="centered">
                  <img src="image\lawyerscouncil.png" alt="Avatar man">
                </div>
                <div class="login-position">
                    <h2 class="font" style="font-size: 30px;" >เข้าสู่ระบบ</h2>
                    <div class="div-between" style=>
                        <div><input type="text" class="input-resize" class="form-control" placeholder="Username" aria-label="Username" aria-describedby="basic-addon1" style="width: 400px;  height:35px ;"></div>
                        <div><input type="password" class="input-resize" class="form-control" placeholder="Password" aria-label="Passwords   " aria-describedby="basic-addon1" style="width: 400px; height:35px ;"></div>
                        <div><a href="/"><button class="button-register" class="button-resize" type="button">Login</button></a></div>
    
                </div>
              </div>
        </body>
    </html>