2 Commity 4021a41413 ... 67fdfaec0d

Autor SHA1 Wiadomość Data
  a 67fdfaec0d add index.php 1 rok temu
  a 1c69fa0079 minor changes in file1 and guide 1 rok temu
3 zmienionych plików z 5 dodań i 0 usunięć
  1. 1 0
      file1.txt
  2. 1 0
      guide.txt
  3. 3 0
      index.php

+ 1 - 0
file1.txt

@@ -1 +1,2 @@
 some info
+minor change

+ 1 - 0
guide.txt

@@ -0,0 +1 @@
+a line

+ 3 - 0
index.php

@@ -0,0 +1,3 @@
+<?php
+	echo "Hello";
+?>