Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions amuguna.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
아무노래나일단틀어
16 changes: 16 additions & 0 deletions baseball.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
_--_ dMb
__(._ ) d0P
< (D) .MP
.~ \ /~```M-.
.~ V Mo_ \
-------============((((}{) ( (___. {:)-./
~._____.(:}
'94 the wolfe / .M\
/ "" \
| /\ |
/ / \ \
/ / \ \
\__/ \__/
/ / | |
.^V^. .^V^.
+-+ +-+
14 changes: 14 additions & 0 deletions golf.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Art by Joan Stark
|H|
|H|
|||
|||
|V|
| |
.----=--.-':'-; <
/===== /'.'.'.'\ |
|====== |.'.'.'.'.|| ___________
\===== \'.'.'.'/ / .o8888888888888o.
jgs '--=-=-='-:.:-'-` 88888888888888888
'Y8888888888888P`
`"""""""""""`
28 changes: 28 additions & 0 deletions nba.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

|||||||||
| _ _ |
( ' _ ' )
| ___ |
|_____|
_______/ \_______
/ \
| |\ /| |
| || . . || |
| / \ / \ |
\ | | |_ | _| | | /
|==| | |_ | _| | |==|
/ /_ _|_|__|__|_|_ _\ \
|___| / \|___|
| | |


,-'' --^,' /__ d#\ |;/ |
| _ Y "-^;#\ `i /
`. \"-.; ) `.
\\ | `--""""""""""""`. |
`:. | | | | | | _/
`:. | | | ' ,'_,-'
`:-._ _.-','
`--_"""""_.-'
"""""

10 changes: 10 additions & 0 deletions rain.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
, // ,,/ ,.// ,/ ,// / /, // ,/, /, // ,/,
/, // ,/,_|_// ,/ ,, ,/, // ,/ /, //, /,/
/, /,.-' '-. ,// ////, // ,/,/, // ///
, ,/,/ \ // ,,///, // ,/,/, // ,
,/ , ^^^^^|^^^^^ ,// /// /,,/,/, ///, //
/ // | O , // ,/, //, ///, // ,/
,/ ,, J\/|\_ |+'(` , |) ^ ||\|||\|/` |
/,/ | || ,)// |\/-\|| ||| |\] .
/ /,, /| . , ///, . /, // ,//, /
, / ejm \ \ ). //, ,( ,/,/, // ,/,
52 changes: 52 additions & 0 deletions sample.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<head>
<style>
table {
border-collapse: collapse;
}

th,
td {
border: 1px solid gray;
text-align: center;
padding: 7px;
}

th {
background: lightgray;
}
</style>
</head>
<body>
<h1>연습연습</h1>
<table>

<tr>
<th>1</th>
<th>2</th>
<th>3</th>
<th>4</th>
<th>5</th>
</tr>
<tr>
<td rowspan="2">a</td>
<td>b</td>
<td>c</td>
<td>d</td>
<td>e</td>
</tr>
<tr>
<td>f</td>
<td>g</td>
<td colspan="2">h</td>


</tr>
</table>
</body>
</html>