Compare commits
1 Commits
1122be92b0
...
pc1_user
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2bcc0773b2 |
@@ -1,7 +1,7 @@
|
||||
# 개발 웹서버 since 2023-04-20
|
||||
- 테스트1
|
||||
- 테스트2
|
||||
|
||||
1234
|
||||
# kimsQ Rb2
|
||||
|
||||
## 개요
|
||||
|
||||
0
pages/home-menus/_main.css
Normal file
0
pages/home-menus/_main.css
Normal file
0
pages/home-menus/_main.js
Normal file
0
pages/home-menus/_main.js
Normal file
0
pages/home-pages/_main.css
Normal file
0
pages/home-pages/_main.css
Normal file
0
pages/home-pages/_main.js
Normal file
0
pages/home-pages/_main.js
Normal file
1
pages/home-pages/cscenter.php
Normal file
1
pages/home-pages/cscenter.php
Normal file
@@ -0,0 +1 @@
|
||||
고객센터
|
||||
0
pages/home-pages/cscenter.widget.php
Normal file
0
pages/home-pages/cscenter.widget.php
Normal file
1
pages/home-pages/dashboard.php
Normal file
1
pages/home-pages/dashboard.php
Normal file
@@ -0,0 +1 @@
|
||||
대시보드
|
||||
0
pages/home-pages/dashboard.widget.php
Normal file
0
pages/home-pages/dashboard.widget.php
Normal file
1
pages/home-pages/join.php
Normal file
1
pages/home-pages/join.php
Normal file
@@ -0,0 +1 @@
|
||||
회원가입
|
||||
0
pages/home-pages/join.widget.php
Normal file
0
pages/home-pages/join.widget.php
Normal file
1
pages/home-pages/login.php
Normal file
1
pages/home-pages/login.php
Normal file
@@ -0,0 +1 @@
|
||||
로그인
|
||||
0
pages/home-pages/login.widget.php
Normal file
0
pages/home-pages/login.widget.php
Normal file
1
pages/home-pages/main.php
Normal file
1
pages/home-pages/main.php
Normal file
@@ -0,0 +1 @@
|
||||
메인
|
||||
0
pages/home-pages/main.widget.php
Normal file
0
pages/home-pages/main.widget.php
Normal file
1
pages/home-pages/noti.php
Normal file
1
pages/home-pages/noti.php
Normal file
@@ -0,0 +1 @@
|
||||
알림함
|
||||
0
pages/home-pages/noti.widget.php
Normal file
0
pages/home-pages/noti.widget.php
Normal file
1
pages/home-pages/password_reset.php
Normal file
1
pages/home-pages/password_reset.php
Normal file
@@ -0,0 +1 @@
|
||||
비밀번호찾기
|
||||
0
pages/home-pages/password_reset.widget.php
Normal file
0
pages/home-pages/password_reset.widget.php
Normal file
1
pages/home-pages/policy.php
Normal file
1
pages/home-pages/policy.php
Normal file
@@ -0,0 +1 @@
|
||||
이용약관
|
||||
0
pages/home-pages/policy.widget.php
Normal file
0
pages/home-pages/policy.widget.php
Normal file
1
pages/home-pages/privacy.php
Normal file
1
pages/home-pages/privacy.php
Normal file
@@ -0,0 +1 @@
|
||||
개인정보취급방침
|
||||
0
pages/home-pages/privacy.widget.php
Normal file
0
pages/home-pages/privacy.widget.php
Normal file
1
pages/home-pages/profile.php
Normal file
1
pages/home-pages/profile.php
Normal file
@@ -0,0 +1 @@
|
||||
프로필
|
||||
0
pages/home-pages/profile.widget.php
Normal file
0
pages/home-pages/profile.widget.php
Normal file
1
pages/home-pages/saved.php
Normal file
1
pages/home-pages/saved.php
Normal file
@@ -0,0 +1 @@
|
||||
저장함
|
||||
0
pages/home-pages/saved.widget.php
Normal file
0
pages/home-pages/saved.widget.php
Normal file
1
pages/home-pages/settings.php
Normal file
1
pages/home-pages/settings.php
Normal file
@@ -0,0 +1 @@
|
||||
개인정보수정
|
||||
0
pages/home-pages/settings.widget.php
Normal file
0
pages/home-pages/settings.widget.php
Normal file
15
pages/home-pages/test1.php
Normal file
15
pages/home-pages/test1.php
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
<div>
|
||||
안녕하세요~~~121
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
$("body").css("background","#000");
|
||||
|
||||
$( "body" ).prepend( '<div class="header_cs"><img src="https://oopy.lazyrockets.com/api/rest/cdn/image/9ae3583f-47e5-4be3-9209-1ccfc2ae4d5a.png" alt="" style="height:1rem;"></div>' );
|
||||
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user