• 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

Revisión93d66a5b7eff78e1c5857c0e19db6d8e5896364a (tree)
Tiempo2014-08-08 22:58:31
Autorhylom <hylom@hylo...>
Commiterhylom

Log Message

add sample.html

Cambiar Resumen

Diferencia incremental

--- /dev/null
+++ b/sample.html
@@ -0,0 +1,14 @@
1+<!DOCTYPE html>
2+<html>
3+ <head>
4+ <title>Sample Page 02</title>
5+ </head>
6+ <body>
7+ <div id="header">
8+ <h1>Sample Page 02</h1>
9+ </div>
10+ <div id="contents-body">
11+ <p>This is sample page #2.</p>
12+ </div>
13+ </body>
14+</html>