Showing
6 changed files
with
7 additions
and
4 deletions
app/web/public/favicon.png
deleted
100644 → 0
3.05 KB
| 1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> | 2 | <html lang="en"> |
| 3 | 3 | ||
| 4 | -<head> | 4 | +<head lang="ko"> |
| 5 | <meta charset='utf-8'> | 5 | <meta charset='utf-8'> |
| 6 | <meta name='viewport' content='width=device-width,initial-scale=1'> | 6 | <meta name='viewport' content='width=device-width,initial-scale=1'> |
| 7 | 7 | ||
| 8 | <title>::메이플스토리 스펙 계산기::</title> | 8 | <title>::메이플스토리 스펙 계산기::</title> |
| 9 | 9 | ||
| 10 | - <link rel='icon' type='image/png' href='/favicon.png'> | 10 | + <link rel='icon' type='shortcut icon' href='./build/static/images/favicon.ico'> |
| 11 | - <link rel='stylesheet' href='/global.css'> | 11 | + <link rel='stylesheet' href='./static/css/global.css'> |
| 12 | <link rel='stylesheet' href='/build/bundle.css'> | 12 | <link rel='stylesheet' href='/build/bundle.css'> |
| 13 | + <meta property="og:image" content="./build/static/images/ogimage.png"> | ||
| 14 | + <meta property="og:title" content="::메이플스토리 스펙 계산기::"> | ||
| 15 | + <meta property="og:description" content="당신의 메이플스토리 스펙 효율을 빠르게 계산해보세요!"> | ||
| 13 | 16 | ||
| 14 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"> | 17 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"> |
| 15 | <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script> | 18 | <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script> | ... | ... |
app/web/src/images/favicon.ico
0 → 100644
No preview for this file type
app/web/src/images/ogimage.png
0 → 100644
7.47 KB
-
Please register or login to post a comment