Designed by Virgil Pana - http://dribbble.com/shots/975425-Flat-UI-login?list=users
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id='center'> | |
| <div id='login-row'> | |
| <div class='icon-user' id='login-icon'></div> | |
| <div id='login'>Login</div> | |
| </div> | |
| <div id='password-row'> | |
| <div class='icon-lock' id='password-icon'></div> | |
| <div id='password'>Password</div> | |
| </div> | |
| <div id='login-button'>Log in</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a href="https://front.codes/" class="logo" target="_blank"> | |
| <img src="https://assets.codepen.io/1462889/fcy.png" alt=""> | |
| </a> | |
| <div class="section"> | |
| <div class="container"> | |
| <div class="row full-height justify-content-center"> | |
| <div class="col-12 text-center align-self-center py-5"> | |
| <div class="section pb-5 pt-5 pt-sm-2 text-center"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="login-button"> | |
| <img src="https://dqcgrsy5v35b9.cloudfront.net/cruiseplanner/assets/img/icons/login-w-icon.png"> | |
| </img> | |
| </div> | |
| <div id="container"> | |
| <h1>Log In</h1> | |
| <span class="close-btn"> | |
| <img src="https://cdn4.iconfinder.com/data/icons/miu/22/circle_close_delete_-128.png"></img> | |
| </span> |
Simple full-screen login page made using Tailwind CSS. Visit https://abstractui.com/ for more exciting stuff made using Tailwind CSS.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="Login"> | |
| <form method="post"> | |
| <label for="Login-email">E-mail</label> | |
| <input type="text" name="Login-email" id="Login-email" placeholder="Username" required="required" /> | |
| <label for="Login-password">Password</label> | |
| <input type="password" name="Login-password" placeholder="Password" required="required" /> | |
| <button type="submit" class="btn"><span>Log in</span></button> | |
| <a href="#" class="Login-forgotLink">I forgot my password</a> | |
| </form> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| chcp 1251 > nul | |
| echo $ 1cv8 %* | |
| set LOGFILE=%temp%\%random%.log | |
| "C:\Program Files\1cv8\current\bin\1cv8" %* /Out %LOGFILE% | |
| <%LOGFILE% (set /p LOGFILECONTENT=) | |
| echo %LOGFILECONTENT% | |
| if exist %LOGFILE% ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| set v8version=8.3.14.1779 | |
| set v8path="C:\Program Files\1cv8\%v8version%\bin\1cv8" | |
| set edtprojectpath=%cd%\dp | |
| set tmpdir=%cd%\tmp | |
| set buildpath=%edtprojectpath%\bin | |
| md "%tmpdir%" | |
| md "%tmpdir%\ws" |
NewerOlder