Toggle navigation
Toggle navigation
This project
Loading...
Sign in
곽윤철
/
Assignment1
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
Yuncheol Kwak
2022-03-31 16:59:45 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
333be5d7ec924a547d00615ffb278d13e92a2a85
333be5d7
1 parent
86bac357
Modified index.html
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
index.html
index.html
View file @
333be5d
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Assignment
</title>
</head>
<body>
<script>
const
message
=
prompt
(
"Type anything"
)
document
.
write
(
message
);
</script>
</body>
</html>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment