Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-open-source
/
BaseBallSimulator
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-05-17 00:16:54 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2da58f3bbb5214cb728ae44e21d8602bac1c952d
2da58f3b
1 parent
7d1613f0
main.html first added
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
main.html
main.html
0 → 100644
View file @
2da58f3
<!DOCTYPE html>
<html>
<head>
<title>
Baseball Simulator
</title>
<span
style =
"font-size:2.0em; color: white;"
><p
style=
"text-align:center;"
>
Welcome to Baseball Simulator
</p></span>
<style>
body
{
background-image
:
url(https://t1.daumcdn.net/cfile/blog/155A204A5026656D0E)
;
background-repeat
:
no-repeat
;
-webkit-background-size
:
cover
;
-moz-background-size
:
cover
;
-o-background-size
:
cover
;
background-size
:
cover
;
}
</style>
</head>
<body>
<input
type =
"button"
name =
"go to sim"
value =
"GO Simulator"
>
<input
type =
"button"
name =
"go to cal"
value =
"GO Calendar"
>
</body>
</html>
\ No newline at end of file
Please
register
or
login
to post a comment