강정인

modified2

28.4 KB

......@@ -2,18 +2,24 @@
<html>
<head>
<link rel='stylesheet' href='/stylesheets/style.css' />
<li><a href="/logout" >Logout</a></li>
<ul><p><a href="/logout"><font size="4">Logout</font></a></p></ul>
</head>
<body>
<h1>캘린더 ID</h1>
<body bgcolor="#ff4a56">
<center>
<br>
<h1>Calendar ID Lists</h1>
<p>
<form action="/events" method="POST">
<input type=hidden name="googleToken" value=<%= googleToken %> >
<input type=hidden name="kakaoToken" value=<%= kakaoToken %> >
<input type=hidden name="googleToken" value=<%= googleToken %>>
<br><br>
<input type=hidden name="kakaoToken" value=<%= kakaoToken %>>
<br><br>
<% calList.forEach(function(val){ %>
<input type=submit name="id" value=<%= val.id %> >
<input type=submit name="id" value=<%= val.id %>>
<br><br>
<% }) %>
</form>
</p>
</center>
</body>
</html>
\ No newline at end of file
</html>
......
<!DOCTYPE html>
<html>
<head>
<br><br><br><br><br><br>
<title><%= title %></title>
<link rel='stylesheet' href='/stylesheets/style.css' />
</head>
<body>
<div id="container">
<body bgcolor="#ff4a56">
<div id="container" >
<center>
<div id='item'><h1><font size="40">
<%= title %></h1>
</font>
<div id='item1'><p><font size="7">
<%= title %></font></p><br>
구글 캘린더를 이용한 일정관리 및 알림 서비스<br><br><br><br><br><br><br>
</div>
<div id='item'><p><font size="5">Welcome to <%= title %></font></p></div><br>
<div id='item';">
<br>
<div id='item2'><p><font size="3">Welcome to <%= title %></font></p></div><br>
<span id='item3';">
<form action='/auth/google' method='GET';">
<input type="submit" name='submit' value='Google Login'>
</form>
</div>
</p>
<form action='/kakao' method='GET'>
<input type="submit" name='submit' value='Kakao Login'>
</form>
......