Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
sujoy
/
github-demo
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
initial commit
dashboard
sujoydev99
4 yıl önce
işleme
ba85e9cc2e
2 değiştirilmiş dosya
ile
26 ekleme
ve
0 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+13
-0
index.html
+13
-0
login.html
+ 13
- 0
index.html
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -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>
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet