Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강희주
/
Music_Recommendation_Website
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-08 01:17:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d3f6b4d3237fbd417440cee578b3e3101a60e032
d3f6b4d3
1 parent
8508b68d
first.html updated
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
passport_ex/first.html
passport_ex/first.html
0 → 100644
View file @
d3f6b4d
<!DOCTYPE html>
<html
lang=
"ko"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
최초 창
</title>
<style>
#container
{
width
:
600px
;
margin
:
10px
auto
;
}
</style>
<link
rel=
"stylesheet"
href=
"first.css"
>
</head>
<body>
<div
id=
"container"
>
<h1>
'프로그램명'을 방문해주셔서 감사합니다.
</h1>
<input
type=
"button"
value=
"login"
onclick=
"movepage()"
/><script
type=
"text/javascript"
>
function
movepage
()
{
location
.
href
=
"/login"
;
}
</script>
<input
type=
"button"
value=
"register"
onclick=
"movepage1()"
/>
<script
type=
"text/javascript"
>
function
movepage1
()
{
location
.
href
=
"/join"
;
}
</script>
<footer>
<div>
<p><b>
developed by 강희주, 진재영, 김재욱
</b></p>
<address>
Contact for more information. 010-2400-6771
</address>
<img
style=
"width: 30%; height: 30%; float: right;"
src=
"https://blog.kakaocdn.net/dn/bjsDsi/btqxXJM3JKe/WAK7xHbOm7kxyVqRIvoOaK/img.jpg"
alt=
"경희대 마크"
>
</div>
</footer>
</div>
</body>
</html>
\ No newline at end of file
Please
register
or
login
to post a comment