Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김명주
/
kartrider
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김명주
2021-11-14 18:33:19 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fd74311f570703d44243a420904c5d6f655980b1
fd74311f
1 parent
c87cc1d7
Create game result html
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
views/game_result.ejs
views/game_result.ejs
0 → 100644
View file @
fd74311
<!DOCTYPE html>
<html>
<head>
<script>
var
item
=
'<%- body %>'
;
var
url
=
'<%- url %>'
;
function
Img
()
{
return
url
+
item
;
}
</script>
</head>
<body>
<img
id=
"imgId"
src=
""
>
<script>
document
.
getElementById
(
"imgId"
).
src
=
Img
()
</script>
</body>
</html>
\ No newline at end of file
Please
register
or
login
to post a comment