Skip to content

Commit

Permalink
fixed some bugs
Browse files Browse the repository at this point in the history
- fix cpanel style for login
- inc version
  • Loading branch information
A1Gard committed Jun 1, 2023
1 parent 14942b0 commit e977249
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.2
8 changes: 4 additions & 4 deletions web/html/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<link rel="shortcut icon" href="data:image/x-icon;base64,AAABAAEAICAAAAEAIADSAgAAFgAAAIlQTkcNChoKAAAADUlIRFIAAAAgAAAAIAgGAAAAc3p69AAAAplJREFUWIXt1j2IHGUYB/DfOzdnjIKFkECIVWIKvUFsIkRExa9KJCLaWAgWJx4DilZWgpDDiI0wiViIoGATP1CCEDYHSeCwUBBkgiiKURQJFiLo4d0eOxYzC8nsO9m9XcXC+8MW+3z+9/l6l2383xH+iSBpElyTdoda26xsDqp/h0CVZ3vwKm7tMBngAs7h7eRYebG6hMtMBHbMBX89vfARHprQ5U8cwdFQlIOZCVR5di1+w/wWXT/EY6EoN5NZCODuKZLDwzgSMCuBe2fwfX6QZwtpWzqfBBtLC3txF/ZhxKbBGx0EfsTJS77vwmGjlZrD4mUzUOXZjVjGI65cnTXchB8iupdDUb7QinsQZ7GzZftdQj2JVZ49iC/w6JjksIo7OnS9tiA5Vn6GtyK2+1MY5NkhfGDygVrBAxH5WkPuMjR7/3UsUFLl2Q68s4XkA3ws3v9zoSjX28Kr5wL1xrTxa6ou+f6OZGvqPg9v1wZeaUjcELE/DVfNhWFSvy/enOIZ9eq1sTokEMNLWI79oirP8g6fXpVnh7GEvY1sV/OJ4f0UhyKKk6EoX4x5pEkgXv6L6OM99YqNw/c4kXSwG5nkIfpLCynuiahW1GWeJHkfT4aiXO9atz1XcD6I6yLyHu6bIPk6Hg9FeYZ63y9EjBarPDvQ8VJ1nd9V3D4m+RncForyxFCQ4hSeahlej88Hefauurdwaufr5z/F/ZHAX6nL+mZE18e36IWiHLkFocqzW9QXcNz1+wUHxJ/f10JRPjvGP4pk/vj5L3F8AtufdD+/p6dJDknzX+05fDLGtife/766t9MRgFCUffWTudwE3AqBlVCUf0xLYGTQqzzbhydwJ3Y34g318J1tmX+DPBTlz9MS2MY2/nP8DTGaqeTDf30rAAAAAElFTkSuQmCC" type="image/x-icon">

<!-- EXTERNAL CSS -->
<link href="/cPanel_magic_revision_1648610195/unprotected/cpanel/fonts/open_sans/open_sans.min.css" rel="stylesheet" type="text/css">
<link href="/cPanel_magic_revision_1678150932/unprotected/cpanel/style_v2_optimized.css" rel="stylesheet" type="text/css">
<link href="/assets/cpanel/cPanel_magic_revision_1648610195/unprotected/cpanel/fonts/open_sans/open_sans.min.css" rel="stylesheet" type="text/css">
<link href="/assets/cpanel/cPanel_magic_revision_1678150932/unprotected/cpanel/style_v2_optimized.css" rel="stylesheet" type="text/css">

<style type="text/css">
/*
Expand Down Expand Up @@ -46,7 +46,7 @@
<div id="notify">
<noscript>
<div class="error-notice">
<img src="/cPanel_magic_revision_1594922736/unprotected/cpanel/images/notice-error.png" alt="Error" align="left"/>
<img src="/assets/cpanel/cPanel_magic_revision_1594922736/unprotected/cpanel/images/notice-error.png" alt="Error" align="left"/>
JavaScript is disabled in your browser.
For cPanel to function properly, you must enable JavaScript.
If you do not enable JavaScript, certain features in cPanel will not function correctly.
Expand Down Expand Up @@ -163,7 +163,7 @@
<div id="login-sub-container">
<div id="login-sub-header">

<img class="main-logo" src="/cPanel_magic_revision_1594922736/unprotected/cpanel/images/cpanel-logo.svg" alt="logo">
<img class="main-logo" src="/assets/cpanel/cPanel_magic_revision_1594922736/unprotected/cpanel/images/cpanel-logo.svg" alt="logo">

</div>
<div id="login-sub">
Expand Down

0 comments on commit e977249

Please sign in to comment.