신동해

Add app.yaml, Update list.ejs : url edited

1 +runtime: nodejs
2 +env: flex
...\ No newline at end of file ...\ No newline at end of file
...@@ -32,14 +32,14 @@ ...@@ -32,14 +32,14 @@
32 <div id = "진보" > 32 <div id = "진보" >
33 <h4 style = "text-align: center; color:blue; font-weight:bold;">진보</h4> 33 <h4 style = "text-align: center; color:blue; font-weight:bold;">진보</h4>
34 <h3 style="text-align:center;"> 34 <h3 style="text-align:center;">
35 - <iframe src="http://localhost:8080/result/progress/<%=주제%>" width="550" height="600" marginwidth="0" frameborder="2" scrolling="yes"> 35 + <iframe src="oppov-334600.du.r.appspot.com/result/progress/<%=주제%>" width="550" height="600" marginwidth="0" frameborder="2" scrolling="yes">
36 </iframe> 36 </iframe>
37 </h3> 37 </h3>
38 </div> 38 </div>
39 <div id = "보수"> 39 <div id = "보수">
40 <h4 style = "text-align: center; color:red; font-weight:bold;">보수</h4> 40 <h4 style = "text-align: center; color:red; font-weight:bold;">보수</h4>
41 <h3 style="text-align:center;"> 41 <h3 style="text-align:center;">
42 - <iframe src="http://localhost:8080/result/liberal/<%=주제%>" width="550" height="600" marginwidth="0" frameborder="2" scrolling="yes"> 42 + <iframe src="oppov-334600.du.r.appspot.com/result/liberal/<%=주제%>" width="550" height="600" marginwidth="0" frameborder="2" scrolling="yes">
43 </iframe> 43 </iframe>
44 </h3> 44 </h3>
45 </div> 45 </div>
......