Skip to content

brnstz/highlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source code for the website http://highlit.brnstz.com

database schema for SQLite 

CREATE TABLE images(
    id INTEGER PRIMARY KEY,
    height INTEGER,
    width  INTEGER,
    top    INTEGER,
    left   INTEGER,
    ext    TEXT,
    auth   TEXT
);

About

Source code for http://highlit.brnstz.com image sharing website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published