Showing
6 changed files
with
46 additions
and
2 deletions
now_user.json
0 → 100644
1 | +{"list":["1"]} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | -{"list":[{"fname":"김경훈","userId":"kkh115505@naver.com","API":"abcdefg","password":"1234"},{"fname":"조인천","userId":"dlscjs5362@naver.com","API":"AIzaSyCTR9nHa9PheDMJO9O91Oj8HRJcu81bP_M","password":"asd"}]} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | +{"list":[{"fname":"김경훈","userId":"kkh115505@naver.com","API":"AIzaSyCTR9nHa9PheDMJO9O91Oj8HRJcu81bP_M","password":"1234"},{"fname":"조인천","userId":"dlscjs5362@naver.com","API":"asd","password":"asd"}]} | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -4,8 +4,49 @@ | ... | @@ -4,8 +4,49 @@ |
4 | <title><%= title %></title> | 4 | <title><%= title %></title> |
5 | <link rel="stylesheet" href="/stylesheets/style.css" /> | 5 | <link rel="stylesheet" href="/stylesheets/style.css" /> |
6 | <link rel="stylesheet" href="/bootstrap.min.css" /> | 6 | <link rel="stylesheet" href="/bootstrap.min.css" /> |
7 | + <meta charset="utf-8"/> | ||
8 | + <meta name="description" content="The Overflowing church website's main page" /> | ||
9 | + <meta name="author" content="unikys@gmail.com" /> | ||
10 | + <style> | ||
11 | + #topMenu { | ||
12 | + height: 30px; | ||
13 | + width: 850px; | ||
14 | + } | ||
15 | + | ||
16 | + #topMenu ul li { | ||
17 | + list-style: none; | ||
18 | + color: white; | ||
19 | + background-color: #2d2d2d; | ||
20 | + float: left; | ||
21 | + line-height: 30px; | ||
22 | + vertical-align: middle; | ||
23 | + text-align: center; | ||
24 | + } | ||
25 | + | ||
26 | + #topMenu .menuLink { | ||
27 | + text-decoration:none; | ||
28 | + color: white; | ||
29 | + display: block; | ||
30 | + width: 150px; | ||
31 | + font-size: 12px; | ||
32 | + font-weight: bold; | ||
33 | + font-family: "Trebuchet MS"; | ||
34 | + } | ||
35 | + #topMenu .menuLink:hover { | ||
36 | + color: red; | ||
37 | + background-color: #4d4d4d; | ||
38 | + } | ||
39 | + | ||
40 | + </style> | ||
7 | </head> | 41 | </head> |
8 | <body> | 42 | <body> |
43 | + <nav id="topMenu" > | ||
44 | + <ul> | ||
45 | + <li><a class="menuLink" href="https://www.youtube.com/" target = "_blank"><img src = "http://tech.kobeta.com/wp-content/uploads/2018/08/2-1.jpg" width = 150></a></li> | ||
46 | + <li> |</li> | ||
47 | + <li><a class="menuLink" href="/">로그아웃|</a></li> | ||
48 | + </ul> | ||
49 | + </nav> | ||
9 | <h1><%= title %></h1> | 50 | <h1><%= title %></h1> |
10 | <p>Welcome to <%= title %></p> | 51 | <p>Welcome to <%= title %></p> |
11 | <form class="form-inline"> <!-- 새로운 ToDo 항목 추가 --> | 52 | <form class="form-inline"> <!-- 새로운 ToDo 항목 추가 --> |
... | @@ -16,7 +57,9 @@ | ... | @@ -16,7 +57,9 @@ |
16 | <input type="number"class="form-control" id="count" placeholder ="갯수"> | 57 | <input type="number"class="form-control" id="count" placeholder ="갯수"> |
17 | </div> | 58 | </div> |
18 | <button type="button" class="btn btn-primary">검색</button> | 59 | <button type="button" class="btn btn-primary">검색</button> |
60 | + | ||
19 | </form> | 61 | </form> |
62 | + | ||
20 | <table class="table"> <!-- ToDo 목록 --> | 63 | <table class="table"> <!-- ToDo 목록 --> |
21 | <thead> | 64 | <thead> |
22 | <tr> | 65 | <tr> | ... | ... |
-
Please register or login to post a comment