• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

git-sample


Commit MetaInfo

Revisãodec5716dcbe0f2962266cec9d6def0d28fab3c6d (tree)
Hora2014-07-03 01:43:52
Autorhylom <hylom@hylo...>
Commiterhylom

Mensagem de Log

update html and css files

Mudança Sumário

Diff

--- a/css/main.css
+++ b/css/main.css
@@ -14,5 +14,6 @@ p {
1414
1515 h1 {
1616 border-bottom: 1px solid;
17+ font-size: 120%;
1718 }
1819
--- a/hello.html
+++ b/hello.html
@@ -6,8 +6,8 @@
66 </head>
77 <body>
88 <h1>Hello World!</h1>
9- <p>This is samle html file.</p>
10- <p>Version 3.</p>
9+ <p>This is sample html file.</p>
10+ <p>Version 4.</p>
1111 </body>
1212 </html>
1313