devngho commited on
Commit
22a77ee
·
verified ·
1 Parent(s): 8f55e2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -1,10 +1,26 @@
1
  ---
2
  title: README
3
- emoji: 📉
4
  colorFrom: pink
5
  colorTo: blue
6
  sdk: static
7
  pinned: false
 
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: README
3
+ emoji: 📚
4
  colorFrom: pink
5
  colorTo: blue
6
  sdk: static
7
  pinned: false
8
+ license: mit
9
  ---
10
 
11
+ <div style="width: 90%; max-width: 600px; padding: 20px; border-radius: 10px; background-color: #2b2b2b;
12
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); text-align: center; font-family: Arial, sans-serif; color: #f1f1f1; margin: 0 auto;">
13
+ <div style="display: flex; justify-content: space-between; margin-bottom: 20px;">
14
+ <div style="flex: 1; margin-right: 10px; padding: 10px; background-color: #333; border-radius: 10px;">
15
+ <div style="font-size: 16px; margin-bottom: 5px;">전체 크롤링한 페이지</div>
16
+ <div style="font-size: 36px; font-weight: bold;">0 건</div>
17
+ </div>
18
+ <div style="flex: 1; margin-left: 10px; padding: 10px; background-color: #333; border-radius: 10px;">
19
+ <div style="font-size: 16px; margin-bottom: 5px;">오늘 크롤링한 페이지</div>
20
+ <div style="font-size: 36px; font-weight: bold;">0 건</div>
21
+ </div>
22
+ </div>
23
+ <div style="font-size: 14px; color: #cccccc;">
24
+ 마지막 업데이트: KST 2024/09/01 20:07
25
+ </div>
26
+ </div>