Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최재웅
/
menu_recommand_webpage
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
박나리
2022-06-09 04:30:14 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c19fa5be0d9fcbeafaf6fdf9beb5b56c39707b6e
c19fa5be
1 parent
d242578e
delete Untitled-222222.html
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
22 deletions
Untitled-222222.html
Untitled-222222.html
deleted
100644 → 0
View file @
d242578
<!DOCTYPE html>
<html>
<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, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"
>
<title>
간단한 지도 표시하기
</title>
<script
type=
"text/javascript"
src=
"https://openapi.map.naver.com/openapi/v3/maps.js?ncpClientId=ayofd89vlh"
></script>
</head>
<body>
<div
id=
"map"
style=
"width:100%;height:400px;"
></div>
<script>
var
mapOptions
=
{
center
:
new
naver
.
maps
.
LatLng
(
37.3595704
,
127.105399
),
zoom
:
10
};
var
map
=
new
naver
.
maps
.
Map
(
'map'
,
mapOptions
);
</script>
</body>
</html>
\ No newline at end of file
Please
register
or
login
to post a comment