Skip to content

bedjan/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Endora

Endora admin

O1

Klonováni repozitáře

git clone https://github.com/bedjan/web.git

Web -index.php

https://github.com/bedjan/web/blob/main/index.php

https://github.com/bedjan/web/blob/main/obsah.php

https://github.com/bedjan/web/blob/main/hlavicka.md

https://github.com/bedjan/web/blob/main/web.md

https://github.com/bedjan/web/blob/main/paticka.md

Další

https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax

https://htmlpreview.github.io/

https://github.com/bedjan/web

Postup vytvořeni XXX.php

  1. na Repozitari vytvor soubor XXX.md

  2. Vytvoř nový php soubor XXX.php XXX.php a prepis v php kódu XXX

<?php
include('Parsedown.php');
$html = file_get_contents('https://raw.githubusercontent.com/bedjan/web/main/hlavicka.md');
$html1 = file_get_contents('https://raw.githubusercontent.com/bedjan/web/main/XXX.md');
$html2 = file_get_contents('https://raw.githubusercontent.com/bedjan/web/main/paticka.md');
$Parsedown = new Parsedown();
echo $Parsedown->text($html);
echo $Parsedown->text($html1);
echo $Parsedown->text($html2);
?>
  1. Uprav Hlavičku, do soboru hlavicka.md hlavicka.md pridej text [XXX](XXX.php)

  2. Uprav soubor obsah.php obsah.php a pridej radek a prepis XXX

<?php
copy("https://raw.githubusercontent.com/bedjan/web/main/XXX.php", "XXX.php");
?>
  1. do index.php je vlozeno obsah.php

index.php

<?php
$filename = 'obsah.php';

if (file_exists($filename)) {
copy("https://raw.githubusercontent.com/bedjan/web/main/obsah.php", "obsah.php");
include('obsah.php');
} else {
copy("https://raw.githubusercontent.com/bedjan/web/main/obsah.php", "obsah.php");
include('obsah.php');
}
?>

obsah.php

<?php
copy("https://raw.githubusercontent.com/bedjan/web/main/mm.php", "mm.php");

copy("https://raw.githubusercontent.com/bedjan/web/main/linux.php", "linux.php");

copy("https://raw.githubusercontent.com/bedjan/web/main/ekologie.php", "ekologie.php");

copy("https://raw.githubusercontent.com/bedjan/web/main/php.php", "php.php");

copy("https://raw.githubusercontent.com/bedjan/web/main/linux-cli.php", "linux-cli.php");

copy("https://raw.githubusercontent.com/bedjan/web/main/germanismy.php", "germanismy.php");
?>

<?php
copy("https://raw.githubusercontent.com/bedjan/web/main/Parsedown.php", "Parsedown.php");

?>

<?php
include('Parsedown.php');
$html = file_get_contents('https://raw.githubusercontent.com/bedjan/web/main/hlavicka.md');
$html1 = file_get_contents('https://raw.githubusercontent.com/bedjan/web/main/web.md');
$html2 = file_get_contents('https://raw.githubusercontent.com/bedjan/web/main/paticka.md');
$Parsedown = new Parsedown();
echo $Parsedown->text($html);
echo $Parsedown->text($html1);
echo $Parsedown->text($html2);
?>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published