Toggle navigation
Toggle navigation
This project
Loading...
Sign in
kkl
/
Probability Death
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
곽태식
2019-06-01 21:06:50 +0900
1
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b82a1a0b7a1325a93a36d87a93ac1886e97cce6c
b82a1a0b
1 parent
0fd80ac3
html 수정
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
views/index.ejs
views/main.ejs
views/index.ejs
View file @
b82a1a0
<!-- <!DOCTYPE html>
<html>
<html
lang="ko"
>
<head>
<!-- font -->
...
...
@@ -8,7 +8,7 @@
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<title>
Highcharts Example
</title>
<title>
당신이 지금 죽을 확률은?
</title>
<style
type=
"text/css"
>
html
{
...
...
views/main.ejs
View file @
b82a1a0
<!DOCTYPE <!DOCTYPE html>
<html>
<html
lang=
"ko"
>
<head>
<meta
charset=
"utf-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
Page Title
</title>
<title>
당신이 죽을 확률은?
</title>
<!-- font -->
<link
href=
"https://fonts.googleapis.com/css?family=Nanum+Brush+Script&subset=korean"
rel=
"stylesheet"
>
...
...
@@ -85,7 +86,7 @@
<input
type=
"text"
name=
"name"
class=
"form-control"
placeholder=
"김철수"
style=
"width:200px;"
>
&
nbsp
&
nbsp
&
nbsp
&
nbsp
<label>
생년월일
</label>
<input
type=
"text"
name=
"birth"
class=
"form-control"
placeholder=
"971009"
style=
"width:200px;"
>
<input
type=
"text"
name=
"birth"
class=
"form-control"
placeholder=
"971009"
style=
"width:200px;"
minlength=
"6"
maxlength=
"6"
>
<br><br><br>
<input
type=
"submit"
value=
"운명보기"
class=
"btn btn-default"
style=
"font-family: 'Yeon Sung', cursive; width:100px;font-weight: bold; font-size: 18px; background-color: white;"
>
</div>
...
...
곽태식
@2016104103 commented
2019-06-01 12:10:40 UTC
Developer
html 타이틀 변경 및 한국어 적용, 생년월일 입력에서 6자리만 입력하도록 변경
Please
register
or
login
to post a comment