brnstz/highlit
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 );