This website works better with JavaScript.
首頁
探索
說明
登入
sujoy
/
github-demo
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
initial commit
dashboard
sujoydev99
4 年之前
當前提交
ba85e9cc2e
共有
2 個文件被更改
,包括
26 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
取消
儲存