소스 검색

Update login.htm

tags/6.0.3
zidony GitHub 3 년 전
부모
커밋
6155e52bf8
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. +2
    -4
      src/dede/templets/login.htm

+ 2
- 4
src/dede/templets/login.htm 파일 보기

@@ -5,7 +5,7 @@
<meta charset="<?php echo $cfg_soft_lang; ?>">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="../static/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="../static/css/dede.css">
<title><?php echo $cfg_softname." ".$cfg_version; ?></title>
<style>
@@ -103,9 +103,7 @@
</main>
<script src="../static/js/jquery.min.js"></script>
<script src="../static/js/popper.min.js"></script>
<script src="../static/js/bootstrap.min.js"></script>
<script src="../static/js/bootstrap.bundle.js"></script>
</body>
</html>
</html>

불러오는 중...
취소
저장