Skip to content

Commit 09f90e4

Browse files
committed
fix hosted page
1 parent ced8610 commit 09f90e4

File tree

1 file changed

+14
-4
lines changed
  • examples/official-site/your-first-sql-website

1 file changed

+14
-4
lines changed

examples/official-site/your-first-sql-website/hosted.sql

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,19 @@ select 'shell' as component,
1010
SELECT 'hero' as component,
1111
'Hosted SQLPage' as title,
1212
'Work In Progress: We are working on a cloud version of SQLPage
13-
that will enable you to effortlessly set up your website online without the need to download any software or configure your own server.
14-
15-
In the meantime, you can already [try SQLPage online on repl.it](https://replit.com/@pimaj62145/SQLPage#index.sql)' as description,
13+
that will enable you to effortlessly set up your website online without the need to download any software or configure your own server.' as description,
1614
'https://upload.wikimedia.org/wikipedia/commons/thumb/9/94/Baustelle_H%C3%B6lzla_6066312.jpg/1024px-Baustelle_H%C3%B6lzla_6066312.jpg' as image,
1715
'https://forms.gle/z1qmuCwdNT5Am7gp6' as link,
18-
'Get notified when we are ready' as link_text;
16+
'Get notified when we are ready' as link_text;
17+
18+
SELECT 'text' as component,
19+
'Try SQLPage online today' as title,
20+
'
21+
If you want to fiddle around with SQLPage without installing anything on your computer, you can still try it out online today.
22+
23+
Repl.it is an online development environment that allows you to run SQLPage in your browser.
24+
25+
Try [the SQLPage repl](https://replit.com/@pimaj62145/SQLPage).
26+
Click *Use template* to create your own editable copy of the demo website, then click *Run* to see the result.
27+
On the left side you can edit the SQLPage code, on the right side you can see the result.
28+
' as contents_md;

0 commit comments

Comments
 (0)