このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
sujoy
/
github-demo
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
initial commit
dashboard
sujoydev99
4年前
コミット
ba85e9cc2e
2個のファイルの変更
、
26行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+13
-0
index.html
+13
-0
login.html
+ 13
- 0
index.html
ファイルの表示
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>This is the title of the webpage!</title>
</head>
<body>
<p>
This is an example paragraph. Anything in the <strong>body</strong> tag
will appear on the page, just like this <strong>p</strong> tag and its
contents.
</p>
</body>
</html>
+ 13
- 0
login.html
ファイルの表示
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>This is the title of the login webpage!</title>
</head>
<body>
<p>
This is an example paragraph. Anything in the <strong>body</strong> tag
will appear on the page, just like this <strong>p</strong> tag and its
contents.
</p>
</body>
</html>
書き込み
プレビュー
読み込み中…
キャンセル
保存