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 16:08:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0f41636415fb9a87e2d5704a966e47bd24997f2f
0f416364
1 parent
5ef4f4e4
Update list.ejs : fix url error
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
views/list.ejs
views/list.ejs
View file @
0f41636
...
...
@@ -32,14 +32,14 @@
<div
id =
"진보"
>
<h4
style =
"text-align: center; color:blue; font-weight:bold;"
>
진보
</h4>
<h3
style=
"text-align:center;"
>
<iframe
src=
"https://oppov-334600.du.r.appspot.com
/result/progress/<%=주제%>"
width=
"550"
height=
"600"
marginwidth=
"0"
frameborder=
"2"
scrolling=
"yes"
>
<iframe
src=
"https://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=
"https://oppov-334600.du.r.appspot.com
/result/liberal/<%=주제%>"
width=
"550"
height=
"600"
marginwidth=
"0"
frameborder=
"2"
scrolling=
"yes"
>
<iframe
src=
"https://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