Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신동해
/
Omniscient-Public-Point-Of-View
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
4
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
신동해
2021-12-09 09:35:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
18a72ca647468218e21b77b5e89af79320cbaea0
18a72ca6
1 parent
9e739a4a
Add app.yaml, Update list.ejs : url edited
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
app.yaml
views/list.ejs
app.yaml
0 → 100644
View file @
18a72ca
runtime
:
nodejs
env
:
flex
\ No newline at end of file
views/list.ejs
View file @
18a72ca
...
...
@@ -32,14 +32,14 @@
<div
id =
"진보"
>
<h4
style =
"text-align: center; color:blue; font-weight:bold;"
>
진보
</h4>
<h3
style=
"text-align:center;"
>
<iframe
src=
"
http://localhost:8080
/result/progress/<%=주제%>"
width=
"550"
height=
"600"
marginwidth=
"0"
frameborder=
"2"
scrolling=
"yes"
>
<iframe
src=
"
oppov-334600.du.r.appspot.com
/result/progress/<%=주제%>"
width=
"550"
height=
"600"
marginwidth=
"0"
frameborder=
"2"
scrolling=
"yes"
>
</iframe>
</h3>
</div>
<div
id =
"보수"
>
<h4
style =
"text-align: center; color:red; font-weight:bold;"
>
보수
</h4>
<h3
style=
"text-align:center;"
>
<iframe
src=
"
http://localhost:8080
/result/liberal/<%=주제%>"
width=
"550"
height=
"600"
marginwidth=
"0"
frameborder=
"2"
scrolling=
"yes"
>
<iframe
src=
"
oppov-334600.du.r.appspot.com
/result/liberal/<%=주제%>"
width=
"550"
height=
"600"
marginwidth=
"0"
frameborder=
"2"
scrolling=
"yes"
>
</iframe>
</h3>
</div>
...
...
Please
register
or
login
to post a comment