Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Darknetzz/php-notes-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo has moved!

php-notes-simple

An actual super simple note page with markdown support!

For a more complex and overengineered note page, see https://github.com/Darknetzz/php-notes

Just git clone to your (PHP-supported) webserver and start taking notes. :)

cd /var/www/html
git clone https://github.com/Darknetzz/php-notes-simple.git notes

Then simply open the page in your browser and start taking notes. https://<YOUR_SERVER>/notes

292658210-162e649d-84e9-4054-b660-184ad7474d3d

Thanks to https://showdownjs.com for markdown support!