diff options
| author | chai <chaifix@163.com> | 2022-03-19 12:26:19 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2022-03-19 12:26:19 +0800 |
| commit | 627b8e416d138112ad20b1299aca21dccebcd11c (patch) | |
| tree | e522a5e7204e81649a36451e31c2c91b1a8342e3 /login.php | |
| parent | a90ed9f20c76fbb4b340e51e6ba05500540feba5 (diff) | |
*admin music page
Diffstat (limited to 'login.php')
| -rw-r--r-- | login.php | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -21,13 +21,25 @@ form .section{ form .text { width: 100%; } +#login_site_link { + text-decoration:none; + color:black; + padding:0 5px; + font-size: 12px; +} +#login_site_link:hover { + color:white; + background:black; +} </style> </head> <body> <div id="container"> - <label style="display:block; margin-bottom:10px;">Login</label> + <label style="float:left;display:block; margin-bottom:10px;">Login</label> + <a id="login_site_link" href="index.php" style="float:right;display:block; margin-bottom:10px;">Site</a> + <div style="clear:both"></div> <form action="authentication.php" method="post" enctype="multipart/form-data"> <div class="section"> <label class="title" for="token" >token:</label> |
