We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca17fef commit 1a84291Copy full SHA for 1a84291
examples/official-site/index.sql
@@ -131,6 +131,11 @@ SELECT 'Examples' as title,
131
'SQL source code for examples and demos of websites built with SQLPage.' as description,
132
'teal' as color,
133
'code' as icon;
134
+SELECT 'Corporate Conundrum' as title,
135
+ 'https://conundrum.ophir.dev' as link,
136
+ 'A demo web application powered by SQLPage, designed for playing a fun trivia board game with friends.' as description,
137
+ 'cyan' as color,
138
+ 'affiliate' as icon;
139
-- github link
140
SELECT 'Source code' as title,
141
'https://github.com/lovasoa/SQLPage' as link,
0 commit comments