Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
sujoy
/
github-demo
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
initial commit
dashboard
sujoydev99
4 лет назад
Сommit
ba85e9cc2e
2 измененных файлов
:
26 добавлений
и
0 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать 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>
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить